Skip to content

Commit 0077b1e

Browse files
Update actions/cache action to v5
1 parent 7b12e51 commit 0077b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout this repository
1010
uses: actions/checkout@v4
1111
- name: Cache for arduino-ci
12-
uses: actions/cache@v4
12+
uses: actions/cache@v5
1313
with:
1414
path: |
1515
~/.arduino15

0 commit comments

Comments
 (0)