We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4035175 commit 196339eCopy full SHA for 196339e
2 files changed
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Deploy to GitHub Pages
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
- uses: actions/setup-node@v4
17
with:
18
node-version: 18
.github/workflows/pr.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Building Pull Request website
0 commit comments