Skip to content

Commit 9324db3

Browse files
committed
Keep upgrading CI
1 parent 28b29ac commit 9324db3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ jobs:
55
name: Continuous Integration
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
9-
- uses: actions/setup-node@v2-beta
8+
- uses: actions/checkout@v4
9+
- uses: actions/setup-node@v4
1010
with:
1111
node-version: '22'
1212
- name: Get yarn cache directory path
1313
id: yarn-cache-dir-path
1414
run: echo "::set-output name=dir::$(yarn cache dir)"
15-
- uses: actions/cache@v2
15+
- uses: actions/cache@v4
1616
id: yarn-cache
1717
with:
1818
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)