Skip to content

Commit 1b93a21

Browse files
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#786)
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v7...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1186cf commit 1b93a21

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/neo-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
touched: ${{ steps.detect.outputs.touched }}
4949
contract: ${{ steps.detect.outputs.contract }}
5050
steps:
51-
- uses: actions/checkout@v7.0.0
51+
- uses: actions/checkout@v7.0.1
5252
with:
5353
fetch-depth: 0
5454
persist-credentials: false
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
timeout-minutes: 40
101101
steps:
102-
- uses: actions/checkout@v7.0.0
102+
- uses: actions/checkout@v7.0.1
103103
- uses: DeterminateSystems/determinate-nix-action@v3.21.7
104104
with:
105105
extra-conf: |
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: ubuntu-latest
138138
timeout-minutes: 30
139139
steps:
140-
- uses: actions/checkout@v7.0.0
140+
- uses: actions/checkout@v7.0.1
141141
- uses: DeterminateSystems/determinate-nix-action@v3.21.7
142142
with:
143143
extra-conf: |
@@ -186,7 +186,7 @@ jobs:
186186
runs-on: ${{ matrix.runner }}
187187
timeout-minutes: 60
188188
steps:
189-
- uses: actions/checkout@v7.0.0
189+
- uses: actions/checkout@v7.0.1
190190
- uses: DeterminateSystems/determinate-nix-action@v3.21.7
191191
with:
192192
extra-conf: |
@@ -235,7 +235,7 @@ jobs:
235235
steps:
236236
# The contract creates a local Git input at the exact checkout revision.
237237
# Nix rejects git+file inputs cloned from shallow repositories.
238-
- uses: actions/checkout@v7.0.0
238+
- uses: actions/checkout@v7.0.1
239239
with:
240240
fetch-depth: 0
241241
# Pinned, reproducible toolchain (matches the neo dev shell) — a cargo build
@@ -302,7 +302,7 @@ jobs:
302302
- name: Honest skip when no token is configured
303303
if: ${{ env.CACHIX_AUTH_TOKEN == '' }}
304304
run: echo "No CACHIX_AUTH_TOKEN configured — skipping cache population (not a failure)."
305-
- uses: actions/checkout@v7.0.0
305+
- uses: actions/checkout@v7.0.1
306306
if: ${{ env.CACHIX_AUTH_TOKEN != '' }}
307307
with:
308308
fetch-depth: 0

0 commit comments

Comments
 (0)