diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b8b8c52..743727b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: node-version: [24.X] steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 10 run_install: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eddab94..eff7b58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: id: start_timestamp run: echo "timestamp=$EPOCHSECONDS" >> "$GITHUB_OUTPUT" - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 10 run_install: false @@ -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@af78098f536edbc4de71162a307590698245be95 #3.0.1 + - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #3.0.3 with: errors: true method: chat.postMessage diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac52165..adfce7e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 10 run_install: false @@ -48,7 +48,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" pnpm version minor -m "chore(release): v%s" - name: Changelog - uses: orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72 #4.7.1 + uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 #4.8.0 env: OUTPUT: CHANGELOG.md - name: Commit @@ -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@af78098f536edbc4de71162a307590698245be95 #3.0.1 + - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #3.0.3 with: errors: true method: chat.postMessage