Skip to content

Commit 696ecb1

Browse files
committed
fix others
1 parent 7974b27 commit 696ecb1

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

.github/workflows/integration.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
path: ~/conda_pkgs_dir
7070
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
71-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
71+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
7272
with:
7373
miniforge-version: latest
7474
use-only-tar-bz2: false
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
path: ~/conda_pkgs_dir
120120
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
121-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
121+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
122122
with:
123123
miniforge-version: latest
124124
use-only-tar-bz2: false
@@ -187,7 +187,7 @@ jobs:
187187
with:
188188
path: ~/conda_pkgs_dir
189189
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
190-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
190+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
191191
with:
192192
miniforge-version: latest
193193
use-only-tar-bz2: false
@@ -287,7 +287,7 @@ jobs:
287287
with:
288288
path: ~/conda_pkgs_dir
289289
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
290-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
290+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
291291
with:
292292
miniforge-version: latest
293293
use-only-tar-bz2: false

.github/workflows/native-unix.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
path: ~/conda_pkgs_dir
9797
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
98-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
98+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
9999
with:
100100
miniforge-version: latest
101101
use-only-tar-bz2: false
@@ -173,7 +173,7 @@ jobs:
173173
with:
174174
path: ~/conda_pkgs_dir
175175
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
176-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
176+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
177177
with:
178178
miniforge-version: latest
179179
use-only-tar-bz2: false
@@ -283,7 +283,7 @@ jobs:
283283
with:
284284
path: ~/conda_pkgs_dir
285285
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
286-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
286+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
287287
with:
288288
miniforge-version: latest
289289
use-only-tar-bz2: false
@@ -329,7 +329,7 @@ jobs:
329329
with:
330330
path: ~/conda_pkgs_dir
331331
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
332-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
332+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
333333
with:
334334
miniforge-version: latest
335335
use-only-tar-bz2: false
@@ -465,7 +465,7 @@ jobs:
465465
with:
466466
path: ~/conda_pkgs_dir
467467
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
468-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
468+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
469469
with:
470470
miniforge-version: latest
471471
use-only-tar-bz2: false
@@ -549,7 +549,7 @@ jobs:
549549
with:
550550
path: ~/conda_pkgs_dir
551551
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
552-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
552+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
553553
with:
554554
miniforge-version: latest
555555
use-only-tar-bz2: false
@@ -659,7 +659,7 @@ jobs:
659659
with:
660660
path: ~/conda_pkgs_dir
661661
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
662-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
662+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
663663
with:
664664
miniforge-version: latest
665665
use-only-tar-bz2: false

.github/workflows/native-windows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
path: ~/conda_pkgs_dir
8181
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
82-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
82+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
8383
with:
8484
miniforge-version: latest
8585
use-mamba: true
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
path: ~/conda_pkgs_dir
136136
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
137-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
137+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
138138
with:
139139
miniforge-version: latest
140140
use-mamba: true
@@ -204,7 +204,7 @@ jobs:
204204
with:
205205
path: ~/conda_pkgs_dir
206206
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
207-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
207+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
208208
with:
209209
miniforge-version: latest
210210
use-mamba: true
@@ -268,7 +268,7 @@ jobs:
268268
with:
269269
path: ~/conda_pkgs_dir
270270
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
271-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
271+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
272272
with:
273273
miniforge-version: latest
274274
use-mamba: true

.github/workflows/nightly-verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
mv apache-arrow-adbc-${{ env.VERSION }}-rc0/KEYS .
137137
138-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
138+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
139139
# The Unix script will set up conda itself
140140
if: matrix.os == 'windows-latest'
141141
with:

.github/workflows/packaging.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ jobs:
519519
echo "schedule: ${{ github.event.schedule }}" >> $GITHUB_STEP_SUMMARY
520520
echo "ref: ${{ github.ref }}" >> $GITHUB_STEP_SUMMARY
521521
522-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
522+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
523523
with:
524524
miniforge-version: latest
525525
use-only-tar-bz2: false
@@ -1061,7 +1061,7 @@ jobs:
10611061
uses: actions/download-artifact@v4
10621062
with:
10631063
path: conda-packages
1064-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
1064+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
10651065
with:
10661066
miniforge-version: latest
10671067
use-only-tar-bz2: false

.github/workflows/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
fetch-depth: 0
8888
persist-credentials: false
8989
submodules: recursive
90-
- uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
90+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
9191
# The Unix script will set up conda itself
9292
if: matrix.os == 'windows-latest'
9393
with:

0 commit comments

Comments
 (0)