Merge pull request #10 from dwinkler1/dependabot/github_actions/actions/checkout-7

Bump actions/checkout from 4 to 7
This commit is contained in:
Daniel Winkler 2026-07-27 10:33:31 +10:00 committed by GitHub
commit f60ba80756
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: wimpysworld/nothing-but-nix@main
if: runner.os == 'Linux'
with:

View file

@ -10,7 +10,7 @@ jobs:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/checkout@v7"
with:
persist-credentials: false
- uses: "DeterminateSystems/determinate-nix-action@v3"

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
- uses: wimpysworld/nothing-but-nix@main
with:
hatchet-protocol: 'carve'