Skip to content

Commit 1a09467

Browse files
chore(gha): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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 83fe02c commit 1a09467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
# Checkout code
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Install Test Dependencies
2929
run: |
3030
sudo apt-get update
@@ -67,7 +67,7 @@ jobs:
6767
if: github.ref == 'refs/heads/master'
6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@v5
70+
uses: actions/checkout@v6
7171
with:
7272
persist-credentials: false
7373
- name: Setup Node.js

0 commit comments

Comments
 (0)