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 0389d9b commit bcbfce9Copy full SHA for bcbfce9
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
# Steps represent a sequence of tasks that will be executed as part of the job
20
steps:
21
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
24
- uses: actions/setup-node@v3
25
with:
@@ -52,7 +52,7 @@ jobs:
52
needs: [test]
53
if: '!contains(github.event.head_commit.message, ''skip-release'') && !contains(github.event.head_commit.message, ''skip-ci'') && github.event_name != ''pull_request'''
54
55
56
57
58
node-version: lts/*
0 commit comments