Skip to content

Commit

Permalink
Merge pull request #256 from takost/update-to-node-20
Browse files Browse the repository at this point in the history
Update action to node20
  • Loading branch information
JamesMGreene committed Dec 3, 2023
2 parents de14547 + 84abb89 commit 77d7344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -2,7 +2,7 @@ name: 'Deploy GitHub Pages site'
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
author: 'GitHub'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
inputs:
token:
Expand Down

0 comments on commit 77d7344

Please sign in to comment.