Skip to content

Commit

Permalink
Merge pull request #169 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 committed Jan 18, 2024
2 parents 0c675de + b30bc81 commit da2b234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "modcache=$(go env GOMODCACHE)" >> $GITHUB_ENV
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.cache }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "modcache=$(go env GOMODCACHE)" >> $GITHUB_ENV
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.cache }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: sed 's/:main/:sha-${{ steps.var.outputs.sha }}/g' .k8s/deployment.yml > .k8s/deployment.release.yml

- name: Set up kubectl cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /usr/local/bin/kubectl
key: kubectl-${{ env.KUBECTL_VER }}
Expand Down

0 comments on commit da2b234

Please sign in to comment.