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 bb8af8f commit ea9c2a1Copy full SHA for ea9c2a1
.github/workflows/checkFormat.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
14
- uses: actions/setup-node@v4
15
with:
.github/workflows/checkLint.yaml
.github/workflows/pages.yaml
@@ -13,7 +13,7 @@ jobs:
build:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- name: Use Node.js 20.x
18
uses: actions/setup-node@v4
19
0 commit comments