Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 6855a24 commit a5c2faa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Cache Deployment
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
env:
cache-name: deployment-cache
with:
Expand All @@ -43,7 +43,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Load Deployment
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
env:
cache-name: deployment-cache
with:
Expand All @@ -62,7 +62,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Load Deployment
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
env:
cache-name: deployment-cache
with:
Expand Down

0 comments on commit a5c2faa

Please sign in to comment.