Skip to content

Commit

Permalink
Merge pull request #488 from balena-os/renovate/tespkg-actions-cache-…
Browse files Browse the repository at this point in the history
…1.7.x

Update tespkg/actions-cache action to v1.7.2
  • Loading branch information
balena-renovate[bot] authored Jan 9, 2025
2 parents f6dabba + e1ed18e commit 8475586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ jobs:
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows
- name: Restore sstate cache
id: sstate-restore
uses: tespkg/actions-cache/restore@cba095d7af782a955b8f4fa13396fbf0ab62bd4b # v1.7.1
uses: tespkg/actions-cache/restore@91b54a6e03abb8fcec12d3743633d23a1cfcd269 # v1.7.2
# Unset AWS credentials so they don't override the minio credentials
env:
AWS_ACCESS_KEY_ID: yocto-svcacct
Expand Down Expand Up @@ -621,7 +621,7 @@ jobs:
# https://github.com/tespkg/actions-cache
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows
- name: Save sstate cache
uses: tespkg/actions-cache/save@cba095d7af782a955b8f4fa13396fbf0ab62bd4b # v1.7.1
uses: tespkg/actions-cache/save@91b54a6e03abb8fcec12d3743633d23a1cfcd269 # v1.7.2
# Do not save cache for pull_request_target events
# as they run in the context of the main branch and would be vulnerable to cache poisoning.
# https://0xn3va.gitbook.io/cheat-sheets/ci-cd/github/actions#cache-poisoning
Expand Down

0 comments on commit 8475586

Please sign in to comment.