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 6bf0894 commit 853c517Copy full SHA for 853c517
.github/workflows/conda-build.yml
@@ -44,7 +44,8 @@ jobs:
44
steps:
45
46
- name: Checkout code
47
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ # Do not change this to v5 until cirun can handle node v24
48
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
49
50
- name: Build on Linux
51
id: build-linux
@@ -121,4 +122,4 @@ jobs:
121
122
UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }}
123
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
124
FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }}
- STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
125
+ STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
0 commit comments