Skip to content

Commit e844799

Browse files
authored
Update Github actions (#80)
Especially cache v2 is deprecated and doesn't work anymore as of Feb 1 2025
1 parent 7c40efa commit e844799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1313
with:
1414
node-version: '16'
1515
- name: Cache Node.js modules
16-
uses: actions/cache@v2
16+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
1717
with:
1818
path: ~/.npm
1919
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)