Skip to content

Commit 0a09c8d

Browse files
chore(deps): update actions/checkout action to v6 (#171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a508c0b commit 0a09c8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
container: condaforge/miniforge3:latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: false
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
container: python:3.9
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
persist-credentials: false

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
release_version: ${{ steps.check-release.outputs.release_version }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
persist-credentials: false
@@ -41,7 +41,7 @@ jobs:
4141
WHEEL_OUTPUT_DIR: /tmp/wheel_output
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
fetch-depth: 0
4747
persist-credentials: false

0 commit comments

Comments
 (0)