We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 854d7aa + bbe2a95 commit cd2ce8fCopy full SHA for cd2ce8f
.node-version
@@ -1 +1 @@
1
-20.10.0
+24.4.0
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: 'node20'
+ using: 'node24'
6
main: 'dist/index.js'
7
inputs:
8
token:
0 commit comments