Skip to content

Commit

Permalink
ci: fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Sep 20, 2023
1 parent 6c8cd10 commit b64ef4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
driver-opts: network=host

- name: Setup Cache
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit b64ef4a

Please sign in to comment.