diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 72aff3c7..1733e8f8 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -13,7 +13,7 @@ jobs: contents: write pull-requests: read steps: - - uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1 + - uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7.4.0 with: config-name: release-drafter.yaml env: diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index a4c16db0..2988ed6c 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -16,6 +16,6 @@ jobs: with: persist-credentials: false - name: Run typos - uses: crate-ci/typos@44e2070e6017f834bf069503acb35ca0ca0b75f2 # v1.47.1 + uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2 with: config: _typos.toml