diff --git a/.github/workflows/automerge-dependabot.yml b/.github/workflows/automerge-dependabot.yml index 1de241b..dfbdd11 100644 --- a/.github/workflows/automerge-dependabot.yml +++ b/.github/workflows/automerge-dependabot.yml @@ -14,7 +14,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get Dependabot metadata id: metadata diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index b567521..3acede2 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.merge_commit_sha }} fetch-depth: '0'