We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de14547 + 84abb89 commit 77d7344Copy full SHA for 77d7344
action.yml
@@ -2,7 +2,7 @@ name: 'Deploy GitHub Pages site'
2
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
3
author: 'GitHub'
4
runs:
5
- using: 'node16'
+ using: 'node20'
6
main: 'dist/index.js'
7
inputs:
8
token:
0 commit comments