Skip to content

Commit 4dc5df8

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a504537 commit 4dc5df8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: needs.release-check.outputs.is-release != ''
3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
- name: Install nix
3939
uses: cachix/install-nix-action@v31
4040
with:
@@ -65,7 +65,7 @@ jobs:
6565
if: needs.release-check.outputs.is-release != ''
6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
6969
- name: Make addpkg script executable
7070
run: chmod +x ./addpkg.sh
7171
- name: Execute addpkg.sh to update nix package's catalog

0 commit comments

Comments
 (0)