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 ded7dbd commit d32f067Copy full SHA for d32f067
.github/workflows/marp-pages.yml
@@ -25,7 +25,7 @@ jobs:
25
build:
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- name: Copy images
30
run: mkdir build && cp -R slides/img build/img && cp -R slides/themes build/themes
31
.github/workflows/playwright.yml
@@ -9,7 +9,7 @@ jobs:
9
timeout-minutes: 60
10
11
12
13
- uses: actions/setup-node@v4
14
with:
15
node-version: lts/*
0 commit comments