We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06648a8 + 682884f commit 9b5f454Copy full SHA for 9b5f454
2 files changed
.github/workflows/publish.yaml
@@ -14,12 +14,12 @@ jobs:
14
steps:
15
# Release with semantic tag like v1.0.3
16
- name: Checkout
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
18
with:
19
ref: ${{ github.event.release.tag_name }}
20
21
- name: Setup Node
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
23
24
- name: Test and Build
25
run: |
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
build: # make sure build/ci work properly
12
runs-on: ubuntu-latest
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: |
npm install
0 commit comments