Skip to content

Commit d214727

Browse files
authored
build(deps)!: update actions to Node.js 24 runtime (#201)
1 parent d872884 commit d214727

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ runs:
130130
131131
- name: Cache CodSpeed instruments
132132
if: inputs.cache-instruments == 'true'
133-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
133+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
134134
with:
135135
path: ${{ inputs.instruments-cache-dir }}
136136
key: codspeed-instruments-${{ steps.versions.outputs.mode-cache-key }}-${{ runner.os }}-${{ runner.arch }}-${{ steps.versions.outputs.kernel-version }}-${{ steps.versions.outputs.runner-version }}
@@ -139,7 +139,7 @@ runs:
139139
140140
- name: Lookup installer hash
141141
id: installer-hash
142-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.0.1
142+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
143143
env:
144144
RUNNER_VERSION: ${{ steps.versions.outputs.runner-version }}
145145
with:

0 commit comments

Comments
 (0)