Skip to content

Commit

Permalink
fix(ci): upgrade later workflow steps to same cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Dec 21, 2022
1 parent 8d1b0d1 commit 659ede9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Load Deployment
uses: actions/cache@v2
uses: actions/cache@v3.0.11
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@v2
uses: actions/cache@v3.0.11
env:
cache-name: deployment-cache
with:
Expand Down

0 comments on commit 659ede9

Please sign in to comment.