Skip to content

Commit 88e7a6e

Browse files
authored
Merge pull request #60 from monkey0722/update/ci
Rename workflow file and update actions to latest versions
2 parents 5e1b66a + 3ec2879 commit 88e7a6e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/blank.yml renamed to .github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: CI
42

53
on:
@@ -17,15 +15,13 @@ jobs:
1715
timeout-minutes: 30
1816
steps:
1917
- name: checkout pushed commit
20-
uses: actions/checkout@v3
21-
with:
22-
ref: ${{ github.event.pull_request.head.sha }}
18+
uses: actions/checkout@v4
2319
- name: setup node
24-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2521
with:
2622
node-version: ${{ matrix.node }}
2723
- name: cache dependencies
28-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2925
with:
3026
path: |
3127
node_modules

0 commit comments

Comments
 (0)