Skip to content

Commit

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

build(deps): bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
bmuenzenmeyer authored Dec 1, 2023
2 parents 41f36cb + b4b7a5a commit 359012d
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/[email protected].1
uses: actions/[email protected].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/[email protected].1
uses: actions/[email protected].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/[email protected].1
uses: actions/[email protected].2
env:
cache-name: deployment-cache
with:
Expand Down

0 comments on commit 359012d

Please sign in to comment.