Skip to content

Commit 7b40d60

Browse files
chore(deps): update actions/checkout digest to 11bd719
1 parent e1c492e commit 7b40d60

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
needs: [test]
1919
steps:
2020
- name: Retrieve the source code
21-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222
with:
2323
fetch-depth: 0
2424
- name: Create build environment
@@ -51,7 +51,7 @@ jobs:
5151
needs: [test]
5252
steps:
5353
- name: Retrieve the source code
54-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
54+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5555
with:
5656
fetch-depth: 0
5757
- name: Download the build artifacts
@@ -87,7 +87,7 @@ jobs:
8787
needs: [test]
8888
steps:
8989
- name: Checkout
90-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
90+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9191
- name: Setup Python
9292
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
9393
- name: Download the build artifacts

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222
- name: Setup Python
2323
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
2424
with:
@@ -32,7 +32,7 @@ jobs:
3232
name: Build conda package
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
35+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3636
with:
3737
fetch-depth: 0
3838
- name: Create build environment
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
60+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6161
with:
6262
fetch-depth: 0
6363
- name: Setup Python

0 commit comments

Comments
 (0)