Skip to content

Commit

Permalink
actions/checkout: v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Jan 29, 2024
1 parent 968e447 commit c734186
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
outputs:
builds: ${{ steps.find-builds.outputs.builds }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v24
with:
github_access_token: ${{secrets.github_access_token}}
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
matrix:
build: ${{fromJSON(needs.eval-flake.outputs.builds)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: ${{ inputs.lfs }}
- uses: nixbuild/nix-quick-install-action@v24
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- install-with-install-nix-action
- test-build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v24
with:
nix_conf: experimental-features = nix-command flakes
Expand All @@ -40,7 +40,7 @@ jobs:
os: [ ubuntu-latest, macos-latest ]
system: [ x86_64-linux ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v24
with:
nix_conf: experimental-features = nix-command flakes
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- os: macos-latest
nix_version: 2.0.4
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v24
with:
nix_version: ${{ matrix.nix_version }}
Expand All @@ -101,7 +101,7 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- uses: ./
with:
Expand Down

0 comments on commit c734186

Please sign in to comment.