Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/neo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
touched: ${{ steps.detect.outputs.touched }}
contract: ${{ steps.detect.outputs.contract }}
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
- uses: DeterminateSystems/determinate-nix-action@v3.21.7
with:
extra-conf: |
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
- uses: DeterminateSystems/determinate-nix-action@v3.21.7
with:
extra-conf: |
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
runs-on: ${{ matrix.runner }}
timeout-minutes: 60
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
- uses: DeterminateSystems/determinate-nix-action@v3.21.7
with:
extra-conf: |
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
steps:
# The contract creates a local Git input at the exact checkout revision.
# Nix rejects git+file inputs cloned from shallow repositories.
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
# Pinned, reproducible toolchain (matches the neo dev shell) — a cargo build
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
- name: Honest skip when no token is configured
if: ${{ env.CACHIX_AUTH_TOKEN == '' }}
run: echo "No CACHIX_AUTH_TOKEN configured — skipping cache population (not a failure)."
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
if: ${{ env.CACHIX_AUTH_TOKEN != '' }}
with:
fetch-depth: 0
Expand Down
Loading