diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index b192fe8d0b..b93cde5510 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -57,7 +57,7 @@ jobs: run: | go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 - name: pre-commit (cache) - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/.github/workflows/dev_adbc.yml b/.github/workflows/dev_adbc.yml index 8b94610afc..e137c8f593 100644 --- a/.github/workflows/dev_adbc.yml +++ b/.github/workflows/dev_adbc.yml @@ -51,7 +51,7 @@ jobs: persist-credentials: false - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 01c508647d..30285a9b3f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -66,7 +66,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -116,7 +116,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -185,7 +185,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -285,7 +285,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} diff --git a/.github/workflows/native-unix.yml b/.github/workflows/native-unix.yml index 72e3f10aa6..993487f339 100644 --- a/.github/workflows/native-unix.yml +++ b/.github/workflows/native-unix.yml @@ -93,7 +93,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -171,7 +171,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -291,7 +291,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -337,7 +337,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -470,7 +470,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -546,7 +546,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} @@ -663,7 +663,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/conda_pkgs_dir key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} diff --git a/.github/workflows/native-windows.yml b/.github/workflows/native-windows.yml index c710d2b6ff..8083b410f4 100644 --- a/.github/workflows/native-windows.yml +++ b/.github/workflows/native-windows.yml @@ -74,7 +74,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increment this to reset cache manually CACHE_NUMBER: 0 @@ -130,7 +130,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increment this to reset cache manually CACHE_NUMBER: 0 @@ -202,7 +202,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increment this to reset cache manually CACHE_NUMBER: 0 @@ -266,7 +266,7 @@ jobs: run: | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increment this to reset cache manually CACHE_NUMBER: 0 diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 58fa9d27f7..faefedb46c 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -422,7 +422,7 @@ jobs: ruby-version: ruby - name: Cache ccache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: adbc/ci/linux-packages/${{ env.TASK_NAMESPACE }}/build/${{ matrix.target }}/ccache key: linux-${{ env.TASK_NAMESPACE }}-ccache-${{ matrix.target }}-{{ "${{ hashFiles('adbc.h', 'c/**', 'glib/**') }}" }}