Skip to content

Commit afdeac9

Browse files
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d54c119 commit afdeac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
YARN_CHECKSUM_BEHAVIOR: update
3838
steps:
3939
- name: ⬇️ Checkout Repository
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141
with:
4242
ref: ${{ github.event.inputs.ref }}
4343
token: ${{ env.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)