Merge pull request #91 from cakebaker/bump_to_node20

Bump to `node20`
This commit is contained in:
Sylvestre Ledru
2024-01-26 15:25:00 +01:00
committed by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@ inputs:
description: "Used to pull the latest release from sccache. When running this action outside of github.com, you have to pass a personal access token for github.com."
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
runs:
using: "node16"
using: "node20"
main: "dist/setup/index.js"
post: "dist/show_stats/index.js"
branding: