File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
run :
27
27
shell : bash -el {0}
28
28
steps :
29
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
30
31
31
- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
32
32
with :
Original file line number Diff line number Diff line change 85
85
PYTHONUNBUFFERED : " 1"
86
86
steps :
87
87
- name : Retrieve the source code
88
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
88
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
89
89
with :
90
90
fetch-depth : 0
91
91
- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
@@ -183,7 +183,7 @@ jobs:
183
183
runs-on : ubuntu-latest
184
184
steps :
185
185
- name : Retrieve the source code
186
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
186
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
187
187
- name : Report failures
188
188
uses : JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 # v2.9.2
189
189
env :
@@ -219,7 +219,7 @@ jobs:
219
219
steps :
220
220
# Clean checkout of specific git ref needed for package metadata version
221
221
# which needs env vars GIT_DESCRIBE_TAG and GIT_BUILD_STR:
222
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
222
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
223
223
with :
224
224
ref : ${{ github.ref }}
225
225
clean : true
You can’t perform that action at this time.
0 commit comments