diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 59f5f5eb841..44b98ec46d0 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -18,7 +18,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' - uses: contributor-assistant/github-action@v2.5.1 + uses: contributor-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # the below token should have repo scope and must be manually added by you in the repository's secret diff --git a/.github/workflows/discord-release.yml b/.github/workflows/discord-release.yml index 349a3c36c32..b35b1eb971f 100644 --- a/.github/workflows/discord-release.yml +++ b/.github/workflows/discord-release.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: 📧 Post to Discord - uses: SethCohen/github-releases-to-discord@v1.15.0 + uses: SethCohen/github-releases-to-discord@v1.16.2 with: webhook_url: ${{ secrets.DISCORD_RELEASE_WEBHOOK_URL }} color: "2105893" diff --git a/.github/workflows/test_typos.yaml b/.github/workflows/test_typos.yaml index cff819242ce..0dc4dcb7c68 100644 --- a/.github/workflows/test_typos.yaml +++ b/.github/workflows/test_typos.yaml @@ -12,4 +12,4 @@ jobs: - name: 🛑 Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.1 - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.23.6 + - uses: crate-ci/typos@v1.29.4