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 d5595ec commit dd66515Copy full SHA for dd66515
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
os: [ubuntu-latest, windows-latest, macOS-latest]
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
20
- name: Setup Node.js environment
21
uses: actions/setup-node@v2
22
with:
.github/workflows/deploy-docs.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
- name: Checking out Repository
10
11
- name: Setup Node.js
12
13
0 commit comments