diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ee66174..89d1df9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -22,7 +22,7 @@ jobs: with: version: 10 run_install: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # 7.0.0 with: node-version: ${{ matrix.node-version }} cache: pnpm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3144d3..8c147d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: version: 10 run_install: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # 7.0.0 with: node-version: ${{ matrix.node-version }} cache: pnpm @@ -43,7 +43,7 @@ jobs: START_TIMESTAMP: ${{ steps.start_timestamp.outputs.timestamp }} run: echo "timedelta=$((EPOCHSECONDS - START_TIMESTAMP))" >> "$GITHUB_OUTPUT" if: always() - - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # 3.0.3 + - uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # 3.0.5 with: errors: true method: chat.postMessage diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5085d3b..90c5c71 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: with: version: 10 run_install: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # 7.0.0 with: node-version: ${{ matrix.node-version }} cache: pnpm @@ -66,7 +66,7 @@ jobs: START_TIMESTAMP: ${{ steps.start_timestamp.outputs.timestamp }} run: echo "timedelta=$((EPOCHSECONDS - START_TIMESTAMP))" >> "$GITHUB_OUTPUT" if: always() - - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # 3.0.3 + - uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # 3.0.5 with: errors: true method: chat.postMessage