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 25dddc1 commit e618e9fCopy full SHA for e618e9f
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Build Content
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- uses: actions/setup-node@v4
12
with:
13
node-version: 22.x
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
name: Deploy to GitHub Pages
14
15
0 commit comments