Skip to content

Commit a54cfd2

Browse files
⬆️ deps: Update actions/cache action to v5 (#219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e5cd877 commit a54cfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rcalc-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run llvm-config
2929
run: llvm-config --version --bindir --libdir
3030
- name: Cache cargo build
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
id: cargo-cache
3333
with:
3434
path: |

0 commit comments

Comments
 (0)