We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979d997 commit b6aea5cCopy full SHA for b6aea5c
2 files changed
.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
timeout-minutes: 3
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
21
- uses: actions/setup-node@v6
22
with:
23
node-version: "lts/*"
.github/workflows/test.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
timeout-minutes: 2
15
16
ref: ${{ github.event.pull_request.head.sha }}
0 commit comments