mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-12-18 13:23:06 +00:00
chore(deps): 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) - [Commits](https://github.com/actions/checkout/compare/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>
This commit is contained in:
parent
7e5978947b
commit
523410fd45
3 changed files with 8 additions and 8 deletions
2
.github/workflows/update-nix.yml
vendored
2
.github/workflows/update-nix.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
update-nix-releases:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Update nix releases
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue