Skip to content

Commit e79d287

Browse files
(CI)(main) bump actions/cache to v4 (#703)
2 parents 102a8ee + d03e515 commit e79d287

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.0
1+
1.19.1

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)