Skip to content

Commit 3d49df1

Browse files
authored
Merge pull request #77 from QQxiaoming/dependabot/github_actions/actions/cache-6
2 parents ed46ce4 + c9db17e commit 3d49df1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/app_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
conda install mako
4646
4747
- name: Cache toolchain
48-
uses: actions/cache@v5
48+
uses: actions/cache@v6
4949
env:
5050
cache-name: cache-toolchain
5151
with:

.github/workflows/main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
libvirglrenderer-dev libsdl2-image-dev
5959
6060
- name: Cache toolchain
61-
uses: actions/cache@v5
61+
uses: actions/cache@v6
6262
env:
6363
cache-name: toolchain
6464
with:

0 commit comments

Comments
 (0)