Skip to content

Commit 13fc1f2

Browse files
chore: Bump actions/cache from 4 to 5 (#3801)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5983ce commit 13fc1f2

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0
5959
- name: pre-commit (cache)
60-
uses: actions/cache@v4
60+
uses: actions/cache@v5
6161
with:
6262
path: ~/.cache/pre-commit
6363
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/dev_adbc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
persist-credentials: false
5252

5353
- name: Cache Conda
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
with:
5656
path: ~/conda_pkgs_dir
5757
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
6868
- name: Cache Conda
69-
uses: actions/cache/restore@v4
69+
uses: actions/cache/restore@v5
7070
with:
7171
path: ~/conda_pkgs_dir
7272
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
@@ -116,7 +116,7 @@ jobs:
116116
run: |
117117
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
118118
- name: Cache Conda
119-
uses: actions/cache/restore@v4
119+
uses: actions/cache/restore@v5
120120
with:
121121
path: ~/conda_pkgs_dir
122122
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
@@ -185,7 +185,7 @@ jobs:
185185
run: |
186186
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
187187
- name: Cache Conda
188-
uses: actions/cache/restore@v4
188+
uses: actions/cache/restore@v5
189189
with:
190190
path: ~/conda_pkgs_dir
191191
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
@@ -285,7 +285,7 @@ jobs:
285285
run: |
286286
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
287287
- name: Cache Conda
288-
uses: actions/cache/restore@v4
288+
uses: actions/cache/restore@v5
289289
with:
290290
path: ~/conda_pkgs_dir
291291
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}

.github/workflows/native-unix.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
9595
- name: Cache Conda
96-
uses: actions/cache@v4
96+
uses: actions/cache@v5
9797
with:
9898
path: ~/conda_pkgs_dir
9999
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
@@ -171,7 +171,7 @@ jobs:
171171
run: |
172172
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
173173
- name: Cache Conda
174-
uses: actions/cache@v4
174+
uses: actions/cache@v5
175175
with:
176176
path: ~/conda_pkgs_dir
177177
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
@@ -291,7 +291,7 @@ jobs:
291291
run: |
292292
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
293293
- name: Cache Conda
294-
uses: actions/cache@v4
294+
uses: actions/cache@v5
295295
with:
296296
path: ~/conda_pkgs_dir
297297
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
@@ -337,7 +337,7 @@ jobs:
337337
run: |
338338
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
339339
- name: Cache Conda
340-
uses: actions/cache@v4
340+
uses: actions/cache@v5
341341
with:
342342
path: ~/conda_pkgs_dir
343343
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
@@ -470,7 +470,7 @@ jobs:
470470
run: |
471471
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
472472
- name: Cache Conda
473-
uses: actions/cache@v4
473+
uses: actions/cache@v5
474474
with:
475475
path: ~/conda_pkgs_dir
476476
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
@@ -546,7 +546,7 @@ jobs:
546546
run: |
547547
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
548548
- name: Cache Conda
549-
uses: actions/cache@v4
549+
uses: actions/cache@v5
550550
with:
551551
path: ~/conda_pkgs_dir
552552
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}
@@ -663,7 +663,7 @@ jobs:
663663
run: |
664664
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
665665
- name: Cache Conda
666-
uses: actions/cache@v4
666+
uses: actions/cache@v5
667667
with:
668668
path: ~/conda_pkgs_dir
669669
key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }}

.github/workflows/native-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
7676
- name: Cache Conda
77-
uses: actions/cache@v4
77+
uses: actions/cache@v5
7878
env:
7979
# Increment this to reset cache manually
8080
CACHE_NUMBER: 0
@@ -130,7 +130,7 @@ jobs:
130130
run: |
131131
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
132132
- name: Cache Conda
133-
uses: actions/cache@v4
133+
uses: actions/cache@v5
134134
env:
135135
# Increment this to reset cache manually
136136
CACHE_NUMBER: 0
@@ -202,7 +202,7 @@ jobs:
202202
run: |
203203
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
204204
- name: Cache Conda
205-
uses: actions/cache@v4
205+
uses: actions/cache@v5
206206
env:
207207
# Increment this to reset cache manually
208208
CACHE_NUMBER: 0
@@ -266,7 +266,7 @@ jobs:
266266
run: |
267267
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
268268
- name: Cache Conda
269-
uses: actions/cache@v4
269+
uses: actions/cache@v5
270270
env:
271271
# Increment this to reset cache manually
272272
CACHE_NUMBER: 0

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ jobs:
422422
ruby-version: ruby
423423

424424
- name: Cache ccache
425-
uses: actions/cache@v4
425+
uses: actions/cache@v5
426426
with:
427427
path: adbc/ci/linux-packages/${{ env.TASK_NAMESPACE }}/build/${{ matrix.target }}/ccache
428428
key: linux-${{ env.TASK_NAMESPACE }}-ccache-${{ matrix.target }}-{{ "${{ hashFiles('adbc.h', 'c/**', 'glib/**') }}" }}

0 commit comments

Comments
 (0)