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 eeaafa4 commit 266a3dcCopy full SHA for 266a3dc
.github/workflows/build.yml
@@ -11,9 +11,9 @@ jobs:
11
- 18
12
- 19
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Set up Node ${{ matrix.node-version }}
16
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
17
with:
18
node-version: ${{ matrix.node-version }}
19
- name: Install dependencies
.github/workflows/documentation-notify.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
- name: Notify Netlify
env:
NETLIFY_WEBHOOK_URL: ${{ secrets.NETLIFY_WEBHOOK_URL }}
0 commit comments