diff --git a/.github/actions/restore/action.yml b/.github/actions/restore/action.yml index 126e9d5e..6e62439e 100644 --- a/.github/actions/restore/action.yml +++ b/.github/actions/restore/action.yml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Install Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version-file: package.json