From 696ecb1d1e8e9edbe12aca6051f1a0f340215e51 Mon Sep 17 00:00:00 2001
From: David Li
Date: Wed, 5 Mar 2025 12:37:20 +0900
Subject: [PATCH] fix others
---
.github/workflows/integration.yml | 8 ++++----
.github/workflows/native-unix.yml | 14 +++++++-------
.github/workflows/native-windows.yml | 8 ++++----
.github/workflows/nightly-verify.yml | 2 +-
.github/workflows/packaging.yml | 4 ++--
.github/workflows/verify.yml | 2 +-
6 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 08be323863..18d57c7215 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -68,7 +68,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
@@ -118,7 +118,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
@@ -187,7 +187,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
@@ -287,7 +287,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
diff --git a/.github/workflows/native-unix.yml b/.github/workflows/native-unix.yml
index e467d6bd9e..5232577a60 100644
--- a/.github/workflows/native-unix.yml
+++ b/.github/workflows/native-unix.yml
@@ -95,7 +95,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
@@ -173,7 +173,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
@@ -283,7 +283,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
@@ -329,7 +329,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
@@ -465,7 +465,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
@@ -549,7 +549,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
@@ -659,7 +659,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
diff --git a/.github/workflows/native-windows.yml b/.github/workflows/native-windows.yml
index db7fd06821..a0383a7ffa 100644
--- a/.github/workflows/native-windows.yml
+++ b/.github/workflows/native-windows.yml
@@ -79,7 +79,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-mamba: true
@@ -134,7 +134,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-mamba: true
@@ -204,7 +204,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-mamba: true
@@ -268,7 +268,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-mamba: true
diff --git a/.github/workflows/nightly-verify.yml b/.github/workflows/nightly-verify.yml
index 2edd98f0dc..a689ccf7fe 100644
--- a/.github/workflows/nightly-verify.yml
+++ b/.github/workflows/nightly-verify.yml
@@ -135,7 +135,7 @@ jobs:
run: |
mv apache-arrow-adbc-${{ env.VERSION }}-rc0/KEYS .
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
# The Unix script will set up conda itself
if: matrix.os == 'windows-latest'
with:
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 9b83c7b5a7..40a391c439 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -519,7 +519,7 @@ jobs:
echo "schedule: ${{ github.event.schedule }}" >> $GITHUB_STEP_SUMMARY
echo "ref: ${{ github.ref }}" >> $GITHUB_STEP_SUMMARY
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
@@ -1061,7 +1061,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: conda-packages
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
with:
miniforge-version: latest
use-only-tar-bz2: false
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 3c8c284014..f08cb00f30 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -87,7 +87,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
submodules: recursive
- - uses: conda-incubator/setup-miniconda@e5457fe695e3787d415a42160e580fd154de1899 # v3
+ - uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
# The Unix script will set up conda itself
if: matrix.os == 'windows-latest'
with: