Skip to content

Commit c8cb2fd

Browse files
chore(deps): bump actions/cache in the minor-patch group
Bumps the minor-patch group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.1 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.1...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d16d79 commit c8cb2fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: cargo install cross
4444

4545
- name: Cache
46-
uses: actions/cache@v5.0.1
46+
uses: actions/cache@v5.0.3
4747
with:
4848
path: |
4949
~/.cargo/bin

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919

2020
- name: Cache
21-
uses: actions/cache@v5.0.1
21+
uses: actions/cache@v5.0.3
2222
with:
2323
path: |
2424
~/.cargo/bin
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v6
4545

4646
- name: Cache
47-
uses: actions/cache@v5.0.1
47+
uses: actions/cache@v5.0.3
4848
with:
4949
path: |
5050
~/.cargo/bin

0 commit comments

Comments
 (0)