Skip to content

Commit

Permalink
Merge pull request #369 from go-faster/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
ernado authored Jan 18, 2024
2 parents 2563c51 + 0c56778 commit 3777fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "goversion=$(go env GOVERSION)" >> $GITHUB_ENV
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.cache }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: sed 's/:main/:${{ env.sha }}/g' .k8s/deployment.yml > .k8s/deployment.release.yml

- name: Set up kubectl cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/kubectl
key: kubectl-${{ env.KUBECTL_VERSION }}
Expand Down

0 comments on commit 3777fce

Please sign in to comment.