Skip to content

Commit 555c76d

Browse files
authored
Bump actions versions (#39)
Also been getting this NodeJS 20 deprecation warning so try updating it all to their latest.
1 parent 1707804 commit 555c76d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
- name: Install deps
3535
run: sudo apt install lowdown imagemagick
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v7
3838
- name: Generate
3939
run: make
4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v3
41+
uses: actions/upload-pages-artifact@v5
4242
with:
4343
path: '_out'
4444
- name: Deploy to GitHub Pages
4545
id: deployment
46-
uses: actions/deploy-pages@v4
46+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)