We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e376a5 commit 8fd10e2Copy full SHA for 8fd10e2
.github/workflows/cicd.yml
@@ -6,9 +6,9 @@ jobs:
6
test:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
11
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v4
12
with:
13
node-version: "18.x"
14
registry-url: "https://registry.npmjs.org"
.github/workflows/publish.yml
@@ -6,8 +6,8 @@ jobs:
build:
0 commit comments