Skip to content

Commit 3ceeeb5

Browse files
authored
Merge pull request #2634 from bugsnag/dependabot/github_actions/actions/cache-5.0.1
build(deps): bump actions/cache from 4.3.0 to 5.0.1
2 parents 15894af + 64f086f commit 3ceeeb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ !env.ACT }}
3131
run: |
3232
echo "::set-output name=dir::$(npm config get cache)"
33-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
33+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3434
id: npm-cache
3535
if: ${{ !env.ACT }}
3636
with:

0 commit comments

Comments
 (0)