Skip to content

Commit 042291b

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#40)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6712af5 commit 042291b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: read
3232
steps:
3333
- name: Check out repo
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
persist-credentials: false
3737

@@ -59,7 +59,7 @@ jobs:
5959
--health-retries 15
6060
steps:
6161
- name: Check out repo
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
with:
6464
persist-credentials: false
6565

0 commit comments

Comments
 (0)