Skip to content

Commit e822528

Browse files
chore(gha): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35ea769 commit e822528

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@v4
27+
- uses: actions/checkout@v5
2828
- name: Install Test Dependencies
2929
run: |
3030
sudo apt-get update
@@ -73,7 +73,7 @@ jobs:
7373
if: github.ref == 'refs/heads/master'
7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777
with:
7878
persist-credentials: false
7979
- name: Setup Node.js

0 commit comments

Comments
 (0)