Skip to content

Commit 853c517

Browse files
committed
use checkout v4 for quansight/cirun runners
1 parent 6bf0894 commit 853c517

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/conda-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
steps:
4545

4646
- name: Checkout code
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+
# Do not change this to v5 until cirun can handle node v24
48+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4849

4950
- name: Build on Linux
5051
id: build-linux
@@ -121,4 +122,4 @@ jobs:
121122
UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }}
122123
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
123124
FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }}
124-
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
125+
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}

0 commit comments

Comments
 (0)