Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.1.0 to 4.1.1 (#477)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@2cdf405...3624ceb)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 39d55b7 commit e2dd2c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: check cargo cache
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: rust-cache
with:
path: |
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: check cache
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: cache
with:
path: |
Expand All @@ -143,7 +143,7 @@ jobs:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: check cache
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: cache
with:
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: check cache
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: cache
with:
path: |
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: check cache
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: cache
with:
path: |
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- name: checkout project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: check cache
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
id: cache
with:
path: |
Expand Down

0 comments on commit e2dd2c8

Please sign in to comment.