Skip to content

Commit ce8d683

Browse files
Update actions/cache action to v5 (#766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59af9b8 commit ce8d683

13 files changed

+13
-13
lines changed

.github/workflows/ci_linux_alpine_x86_64_musl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Configure git safe directory
127127
run: git config --global --add safe.directory /__w/karafka-rdkafka/karafka-rdkafka
128128
- name: Cache build-tmp directory
129-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
129+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
130130
with:
131131
path: ext/build-tmp-musl
132132
key: build-tmp-musl-${{ runner.os }}-${{ hashFiles('ext/*.sh', 'ext/Rakefile') }}-v2

.github/workflows/ci_linux_alpine_x86_64_musl_complementary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Configure git safe directory
8585
run: git config --global --add safe.directory /__w/karafka-rdkafka/karafka-rdkafka
8686
- name: Cache build-tmp directory
87-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
87+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
8888
with:
8989
path: ext/build-tmp-musl
9090
key: build-tmp-musl-${{ runner.os }}-${{ hashFiles('ext/*.sh', 'ext/Rakefile') }}-v2

.github/workflows/ci_linux_debian_x86_64_gnu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
perl \
192192
binutils-dev
193193
- name: Cache build-tmp directory
194-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
194+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
195195
with:
196196
path: ext/build-tmp
197197
key: build-tmp-${{ runner.os }}-${{ matrix.debian }}-${{ hashFiles('ext/*.sh', 'ext/Rakefile') }}-v2

.github/workflows/ci_linux_debian_x86_64_gnu_complementary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
perl \
114114
binutils-dev
115115
- name: Cache build-tmp directory
116-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
116+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
117117
with:
118118
path: ext/build-tmp
119119
key: build-tmp-complementary-${{ runner.os }}-${{ matrix.debian }}-${{ hashFiles('ext/*.sh', 'ext/Rakefile') }}-v2

.github/workflows/ci_linux_ubuntu_aarch64_gnu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
perl \
166166
binutils-dev
167167
- name: Cache build-tmp directory
168-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
168+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
169169
with:
170170
path: ext/build-tmp
171171
key: build-tmp-${{ runner.os }}-${{ hashFiles('ext/*.sh', 'ext/Rakefile') }}-v2

.github/workflows/ci_linux_ubuntu_aarch64_gnu_complementary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
perl \
106106
binutils-dev
107107
- name: Cache build-tmp directory
108-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
108+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
109109
with:
110110
path: ext/build-tmp
111111
key: build-tmp-${{ runner.os }}-${{ hashFiles('ext/*.sh', 'ext/Rakefile') }}-v2

.github/workflows/ci_linux_ubuntu_x86_64_gnu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
perl \
176176
binutils-dev
177177
- name: Cache build-tmp directory
178-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
178+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
179179
with:
180180
path: ext/build-tmp
181181
key: build-tmp-${{ runner.os }}-${{ hashFiles('ext/*.sh', 'ext/Rakefile') }}-v2

.github/workflows/ci_linux_ubuntu_x86_64_gnu_complementary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
perl \
105105
binutils-dev
106106
- name: Cache build-tmp directory
107-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
107+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
108108
with:
109109
path: ext/build-tmp
110110
key: build-tmp-${{ runner.os }}-${{ hashFiles('ext/*.sh', 'ext/Rakefile') }}-v2

.github/workflows/ci_macos_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
brew list krb5 &>/dev/null || brew install krb5
148148
echo "/opt/homebrew/bin" >> $GITHUB_PATH
149149
- name: Cache build-tmp directory
150-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
150+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
151151
with:
152152
path: ext/build-tmp-macos
153153
key: build-tmp-${{ runner.os }}-${{ hashFiles('ext/*.sh', 'ext/Rakefile') }}-v2

.github/workflows/push_linux_aarch64_gnu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
libzstd-dev
5252
5353
- name: Cache build-tmp directory
54-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
54+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
5555
with:
5656
path: ext/build-tmp
5757
key: build-tmp-${{ runner.os }}-${{ hashFiles('ext/*.sh') }}

0 commit comments

Comments
 (0)