diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 62d2496..2436862 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -55,7 +55,7 @@ jobs: steps: - name: "Fetch Dependabot metadata" id: meta - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: "Approve, wait for ALL checks, merge only if all pass" diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 658b4ae..ede3fb6 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -12,4 +12,4 @@ jobs: uses: actions/checkout@v6 - name: "Check spelling" - uses: crate-ci/typos@v1.47.0 + uses: crate-ci/typos@v1.47.2