We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a35ae commit da4227fCopy full SHA for da4227f
.github/workflows/test.yml
@@ -5,15 +5,15 @@ jobs:
5
build: # make sure build/ci work properly
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
9
- run: |
10
npm install
11
12
npm run all
13
test: # make sure the action works on a clean machine without building
14
15
16
17
- uses: ./
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments