Skip to content

Commit c6345fb

Browse files
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 e7f4c98 commit c6345fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
environment: release # grants access to the REGISTRY_TOKEN
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Probe runner package cache
2424
uses: awalsh128/cache-apt-pkgs-action@v1
@@ -52,7 +52,7 @@ jobs:
5252
just install out
5353
5454
- name: Checkout package registry
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
with:
5757
repository: ${{ env.REGISTRY_REPO }}
5858
token: ${{ secrets.REGISTRY_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Probe runner package cache
2424
uses: awalsh128/cache-apt-pkgs-action@v1

0 commit comments

Comments
 (0)