Skip to content

Commit a54662c

Browse files
Update GitHub Actions (#400)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1bcfda commit a54662c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313

1414
- name: Cache dependencies
1515
id: cache
16-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
16+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
1717
with:
1818
path: ./node_modules
1919
key: modules-${{ hashFiles('package-lock.json') }}

.github/workflows/update-toolhive-reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Create Pull Request
6666
if: steps.git-diff.outputs.changed == 'true'
67-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
67+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
6868
with:
6969
branch: update-toolhive-reference-${{ steps.imports.outputs.version }}
7070
title: |

0 commit comments

Comments
 (0)