Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3 to 4 (#297)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleg Balunenko <oleg.balunenko@gmail.com>
  • Loading branch information
dependabot[bot] and obalunenko committed Feb 28, 2024
1 parent 3865c3c commit 9a020d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
shell: bash

- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down

0 comments on commit 9a020d3

Please sign in to comment.