Skip to content

Commit ea06211

Browse files
committed
ci(*): updated workflow actiosn to the latest versions
1 parent c9feb97 commit ea06211

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
- name: Setup node
22-
uses: actions/setup-node@v2-beta
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: '18'
2525
check-latest: true
2626
- name: node_modules cache
2727
id: node_modules_cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: ./node_modules
3131
key: ${{ runner.os }}-18-node_modules-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)