Skip to content

Commit 6ff04fc

Browse files
committed
ci: Bump Actions to V4
1 parent 99dd79f commit 6ff04fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ jobs:
55
build: # make sure build/ci work properly
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
- run: |
1010
npm install
1111
- run: |
1212
npm run all
1313
test: # make sure the action works on a clean machine without building
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: ./
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)