Skip to content

Commit dd0b12c

Browse files
chore(deps): Bump actions/checkout from 4 to 5 (#1096)
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 fff4d1b commit dd0b12c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: read
2727
steps:
2828
- name: Check out repo
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
persist-credentials: false
3232

@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Check out repo
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
with:
4242
persist-credentials: false
4343

@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Check out repo
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
persist-credentials: false
7373

0 commit comments

Comments
 (0)