Skip to content

Commit 1a40e83

Browse files
committed
Bump versions of GitHub Actions
1 parent 942925e commit 1a40e83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141

4242
- name: Install dependencies
4343
run: apk add make

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
url: ${{ steps.deployment.outputs.page_url }}
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- name: Setup Pages
28-
uses: actions/configure-pages@v1
28+
uses: actions/configure-pages@v5
2929
- name: Render Website
3030
run: |
3131
make -B website \
3232
PANDOC="docker run --rm --volume $(pwd):/data \
3333
--user $(id -u):$(id -g) pandoc/core:latest"
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v1
35+
uses: actions/upload-pages-artifact@v4
3636
with:
3737
path: '_site'
3838
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)