Skip to content

Commit

Permalink
Merge pull request #339 from tinkerbell/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
mergify[bot] authored Jan 18, 2024
2 parents 274fbe2 + ff80c67 commit 0cc6f5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
go-version: "${{ env.GO_VERSION }}"
cache: true

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: hack/tools/bin
key: ${{ runner.os }}-tools-bin-${{ matrix.target }}-${{ hashFiles('Makefile') }}
restore-keys: |
${{ runner.os }}-tools-bin-${{ matrix.target }}-
${{ runner.os }}-tools-bin-
- uses: actions/cache@v3
- uses: actions/cache@v4
if: ${{ matrix.target == 'test' }}
with:
path: /tmp/kubebuilder-tools-*.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-manager-${{ github.sha }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- uses: ./.github/actions/setup-go

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: hack/tools/bin
key: ${{ runner.os }}-tools-bin-release-${{ hashFiles('Makefile') }}
Expand Down

0 comments on commit 0cc6f5b

Please sign in to comment.