diff --git a/.github/workflows/__issue-metrics.yml b/.github/workflows/__issue-metrics.yml index 93c3632..b1dd789 100644 --- a/.github/workflows/__issue-metrics.yml +++ b/.github/workflows/__issue-metrics.yml @@ -128,7 +128,7 @@ jobs: INPUT_SUFFIX: ${{ inputs.search-query-suffix }} - name: Run issue-metrics - uses: github-community-projects/issue-metrics@44173f9e0a3b2144a777a10a340e4c09a25ac9f8 # v4.2.8 + uses: github-community-projects/issue-metrics@df8c49d20958f9345281fa2124858bd0ad227e1f # v5.0.0 env: GH_TOKEN: ${{ github.token }} SEARCH_QUERY: ${{ steps.query.outputs.search_query }} diff --git a/.github/workflows/__spellcheck.yml b/.github/workflows/__spellcheck.yml index 66d5d54..6d7c028 100644 --- a/.github/workflows/__spellcheck.yml +++ b/.github/workflows/__spellcheck.yml @@ -102,7 +102,7 @@ jobs: - name: Post GitHub comment on failure if: failure() - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 continue-on-error: true with: header: spellcheck @@ -114,7 +114,7 @@ jobs: You can add new custom words to [.cspellignore](${{ env.CSPELLIGNORE_LINK }}). - name: Clear GitHub comment on success - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 continue-on-error: true with: header: spellcheck