We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee9907 commit b80d71dCopy full SHA for b80d71d
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Setup Node.js environment
19
uses: actions/setup-node@v4
20
with:
.github/workflows/is-compatible.yml
@@ -5,7 +5,7 @@ jobs:
5
compatibilitycheck:
6
7
8
9
10
11
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
contents: write
0 commit comments