Skip to content

Commit 0f6d944

Browse files
committed
GH Actions: version update for github pages action runner
This predefined action has had a major release. This is mostly just a change of the Node version used by the action itself (from Node 12 to Node 16). Refs: * https://github.com/crazy-max/ghaction-github-status/releases/tag/v3.0.0
1 parent ee07bcf commit 0f6d944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-website.yml

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

8787
- name: Deploy the website
8888
if: success()
89-
uses: crazy-max/ghaction-github-pages@v2
89+
uses: crazy-max/ghaction-github-pages@v3
9090
with:
9191
build_dir: 'deploy'
9292
target_branch: 'gh-pages'

0 commit comments

Comments
 (0)