Skip to content

Commit a2d6511

Browse files
Bump actions/checkout from 4 to 5 (#22)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8216af6 commit a2d6511

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: clone the repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: setup python
2525
uses: actions/setup-python@v5
2626
with:
@@ -61,7 +61,7 @@ jobs:
6161
6262
steps:
6363
- name: clone the repository
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
- name: run action
6666
uses: ./
6767
id: action-run

0 commit comments

Comments
 (0)