Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3.2.4 to 3.2.5 (#186)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@627f0f4...6998d13)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2023
1 parent 812a6d7 commit 2631d4e
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 @@ -17,7 +17,7 @@ jobs:
- name: checkout project
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cargo cache
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
id: rust-cache
with:
path: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: checkout project
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cache
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
id: cache
with:
path: |
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: checkout project
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cache
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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 @@ -66,7 +66,7 @@ jobs:
- name: checkout project
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cache
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
id: cache
with:
path: |
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: checkout project
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cache
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
id: cache
with:
path: |
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- name: checkout project
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cache
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
id: cache
with:
path: |
Expand Down

0 comments on commit 2631d4e

Please sign in to comment.