diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 5bc61a7f..0eaea1c6 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -46,7 +46,7 @@ jobs: APP_ENV: staging - name: Set up Node.js - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version-file: action/package.json cache: "npm" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d8f9a0c1..529ea609 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -49,7 +49,7 @@ jobs: cache-dependency-path: provider/github-app-token/go.sum - name: Set up Node.js - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version-file: action/package.json cache: "npm"