diff --git a/action.yml b/action.yml index d1220b3..b18de4b 100644 --- a/action.yml +++ b/action.yml @@ -62,7 +62,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 20 - run: npm install -g "squawk-cli@$VERSION"