Skip to content

Commit

Permalink
action: bump runner to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored and bilelmoussaoui committed Sep 10, 2023
1 parent c14f6d4 commit 6589139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flat-manager/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ inputs:
required: false
default: "false"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion flatpak-builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ inputs:
required: false
default: "false"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit 6589139

Please sign in to comment.