Skip to content

Commit 40956c9

Browse files
committed
Revert actions/checkout to working version
Signed-off-by: Michał Górny <[email protected]>
1 parent 1237fbb commit 40956c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777

7878
- name: Checkout code
79-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
79+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
8080

8181
- name: Build on Linux
8282
id: build-linux
@@ -234,4 +234,4 @@ jobs:
234234
name: ${{ steps.prepare-artifacts.outputs.ENV_ARTIFACT_NAME }}
235235
path: ${{ steps.prepare-artifacts.outputs.ENV_ARTIFACT_PATH }}
236236
retention-days: 14
237-
continue-on-error: true
237+
continue-on-error: true

0 commit comments

Comments
 (0)