Skip to content

Commit e04bcd4

Browse files
authored
Update conda-build.yml
1 parent 887ca0d commit e04bcd4

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
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050

5151
- name: Checkout code
52-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.1
5353

5454
- name: Build on Linux
5555
id: build-linux
@@ -126,4 +126,4 @@ jobs:
126126
UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }}
127127
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
128128
FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }}
129-
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}
129+
STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }}

0 commit comments

Comments
 (0)