Skip to content

Commit 0510931

Browse files
(CI)(main) bump actions/cache to v4
1 parent 102a8ee commit 0510931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/main/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: "composite"
2323
steps:
2424
- name: Cache ccache
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
with:
2727
path: |
2828
~/.ccache
@@ -33,7 +33,7 @@ runs:
3333
${{ runner.os }}-ccache-
3434
3535
- name: Cache pip
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: |
3939
~/.cache/pip

0 commit comments

Comments
 (0)