Skip to content

Commit

Permalink
Merge pull request #133 from target/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.0.2

build(deps): bump actions/cache from 3.3.2 to 4.0.2
  • Loading branch information
bmuenzenmeyer authored Jul 1, 2024
2 parents 9aa7945 + aaeafb9 commit 24f5fe0
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.2
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.2
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.2
env:
cache-name: deployment-cache
with:
Expand Down

0 comments on commit 24f5fe0

Please sign in to comment.