Skip to content

Commit e65e4b4

Browse files
Bump actions/checkout from 4 to 5 (#73)
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 7c550df commit e65e4b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213

214214
steps:
215215
- name: Checkout repo
216-
uses: actions/checkout@v4
216+
uses: actions/checkout@v5
217217

218218
- name: Download all get-tested artifacts (each into its own folder)
219219
uses: actions/download-artifact@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
contents: write
234234
steps:
235235
- name: Checkout repo
236-
uses: actions/checkout@v4
236+
uses: actions/checkout@v5
237237

238238
- name: Download all get-tested artifacts (each into its own folder)
239239
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)