We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4621b59 commit c403891Copy full SHA for c403891
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
steps:
27
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
29
30
- uses: actions/setup-node@v3
31
with:
@@ -58,7 +58,7 @@ jobs:
58
needs: [test]
59
if: "!contains(github.event.head_commit.message, 'skip-release') && !contains(github.event.head_commit.message, 'skip-ci') && github.event_name != 'pull_request'"
60
61
62
63
64
node-version: lts/*
0 commit comments