1 parent 5bdbe81 commit 2f5a992Copy full SHA for 2f5a992
1 file changed
.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