Skip to content

Commit ed5a3e9

Browse files
chore(deps): update actions/cache action to v5.0.2
1 parent 00d4c25 commit ed5a3e9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/call-build-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v6.0.1
6767
with:
6868
ref: ${{ inputs.tag_ref }}
69-
- uses: actions/cache@v5.0.1
69+
- uses: actions/cache@v5.0.2
7070
with:
7171
path: |
7272
~/.cargo/bin/

.github/workflows/push-pr-lint-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- windows-latest
3636
steps:
3737
- uses: actions/checkout@v6.0.1
38-
- uses: actions/cache@v5.0.1
38+
- uses: actions/cache@v5.0.2
3939
with:
4040
path: |
4141
~/.cargo/bin/
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- uses: actions/checkout@v6.0.1
57-
- uses: actions/cache@v5.0.1
57+
- uses: actions/cache@v5.0.2
5858
with:
5959
path: |
6060
~/.cargo/bin/
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- uses: actions/checkout@v6.0.1
80-
- uses: actions/cache@v5.0.1
80+
- uses: actions/cache@v5.0.2
8181
with:
8282
path: |
8383
~/.cargo/bin/

.github/workflows/push-release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6.0.1
2121
with:
2222
fetch-depth: 0
23-
- uses: actions/cache@v5.0.1
23+
- uses: actions/cache@v5.0.2
2424
with:
2525
path: |
2626
~/.cargo/bin/

0 commit comments

Comments
 (0)