diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 5dd928a..bbad9c8 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@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version-file: action/package.json cache: "npm" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0954ddb..9682868 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@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version-file: action/package.json cache: "npm"