Skip to content

Commit 969864b

Browse files
chore(deps): bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...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] <[email protected]>
1 parent 0ff8904 commit 969864b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: ⬇️ Checkout repo
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v6
2424

2525
- name: ⎔ Setup node
2626
uses: actions/setup-node@v2
@@ -52,7 +52,7 @@ jobs:
5252
github.ref) && github.event_name == 'push' }}
5353
steps:
5454
- name: ⬇️ Checkout repo
55-
uses: actions/checkout@v2
55+
uses: actions/checkout@v6
5656

5757
- name: ⎔ Setup node
5858
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)