Skip to content

Commit 75c39a5

Browse files
chore(deps): update actions/cache action to v5.0.4
1 parent f210d01 commit 75c39a5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.2
6767
with:
6868
ref: ${{ inputs.tag_ref }}
69-
- uses: actions/cache@v5.0.3
69+
- uses: actions/cache@v5.0.4
7070
with:
7171
path: |
7272
~/.cargo/bin/

.github/workflows/call-cargo-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6.0.2
2424
with:
2525
ref: ${{ inputs.tag_ref }}
26-
- uses: actions/cache@v5.0.3
26+
- uses: actions/cache@v5.0.4
2727
with:
2828
path: |
2929
~/.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.2
38-
- uses: actions/cache@v5.0.3
38+
- uses: actions/cache@v5.0.4
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.2
57-
- uses: actions/cache@v5.0.3
57+
- uses: actions/cache@v5.0.4
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.2
80-
- uses: actions/cache@v5.0.3
80+
- uses: actions/cache@v5.0.4
8181
with:
8282
path: |
8383
~/.cargo/bin/

0 commit comments

Comments
 (0)