Skip to content

Commit

Permalink
chore(deps): pin actions/cache action to (#1630)
Browse files Browse the repository at this point in the history
Co-authored-by: k8s-renovate[bot] <129223303+k8s-renovate[bot]@users.noreply.github.com>
  • Loading branch information
bot-blake[bot] authored Dec 28, 2023
1 parent 8176d2f commit ed14c49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-hr-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Cache Workflow Tools
id: cache-workflow-tools
uses: actions/cache@v3
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
path: /home/linuxbrew/.linuxbrew
key: homebrew-v0-${{ runner.os }}-${{ runner.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flux-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Cache Workflow Tools
id: cache-workflow-tools
uses: actions/cache@v3
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
path: /home/linuxbrew/.linuxbrew
key: homebrew-v0-${{ runner.os }}-${{ runner.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Cache Workflow Tools
id: cache-workflow-tools
uses: actions/cache@v3
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
path: /home/linuxbrew/.linuxbrew
key: homebrew-v0-${{ runner.os }}-${{ runner.arch }}
Expand Down

0 comments on commit ed14c49

Please sign in to comment.