Skip to content

Commit 45bffe2

Browse files
authored
Update GitHub Actions to use newer versions
1 parent 66c7a22 commit 45bffe2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
concurrency:
2727
group: ${{ github.workflow }}-${{ github.ref }}
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v6
3030

31-
- name: Build
31+
- name: Setup and Build
3232
run: |
3333
npx hyperbook build
3434
3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v3
36+
uses: actions/upload-pages-artifact@v5
3737
with:
3838
path: .hyperbook/out
3939

@@ -47,4 +47,4 @@ jobs:
4747
steps:
4848
- name: Deploy to GitHub Pages
4949
id: deployment
50-
uses: actions/deploy-pages@v4
50+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)