Skip to content

Commit 1afcb4a

Browse files
chore(deps): update actions/checkout digest to 34e1148
1 parent 71e2ee4 commit 1afcb4a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run:
2424
shell: bash -el {0}
2525
steps:
26-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2727

2828
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
2929
with:

.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@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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.10", "3.11", "3.12", "3.13", "3.14"]
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
21+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6161
with:
6262
fetch-depth: 0
6363
- name: Setup Python

0 commit comments

Comments
 (0)