Skip to content

Commit 9bc3285

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0 in /.github/workflows (#422)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc9e341 commit 9bc3285

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
outputs:
4040
test-scipy: ${{ steps.check-build-trigger.outputs.trigger }}
4141
steps:
42-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4343
with:
4444
fetch-depth: 0
4545
submodules: recursive
@@ -82,7 +82,7 @@ jobs:
8282
run:
8383
shell: bash -l {0}
8484
steps:
85-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
85+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8686
with:
8787
fetch-depth: 0
8888
submodules: recursive
@@ -318,7 +318,7 @@ jobs:
318318
]
319319

320320
steps:
321-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
321+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
322322
with:
323323
fetch-depth: 0
324324
submodules: recursive
@@ -412,7 +412,7 @@ jobs:
412412
needs: [build, check-scipy-test-trigger]
413413
if: needs.check-scipy-test-trigger.outputs.test-scipy == 'true'
414414
steps:
415-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
415+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
416416
with:
417417
fetch-depth: 0
418418
submodules: recursive
@@ -497,7 +497,7 @@ jobs:
497497
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
498498
environment: deploy
499499
steps:
500-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
500+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
501501
with:
502502
fetch-depth: 0
503503
submodules: recursive
@@ -536,7 +536,7 @@ jobs:
536536
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
537537
environment: deploy-nightly
538538
steps:
539-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
539+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
540540
with:
541541
fetch-depth: 0
542542
submodules: recursive

0 commit comments

Comments
 (0)