We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1237fbb commit 40956c9Copy full SHA for 40956c9
.github/workflows/conda-build.yml
@@ -76,7 +76,7 @@ jobs:
76
steps:
77
78
- name: Checkout code
79
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
80
81
- name: Build on Linux
82
id: build-linux
@@ -234,4 +234,4 @@ jobs:
234
name: ${{ steps.prepare-artifacts.outputs.ENV_ARTIFACT_NAME }}
235
path: ${{ steps.prepare-artifacts.outputs.ENV_ARTIFACT_PATH }}
236
retention-days: 14
237
- continue-on-error: true
+ continue-on-error: true
0 commit comments