diff --git a/.github/workflows/TagBotTriggers.yml b/.github/workflows/TagBotTriggers.yml index b6adf138..051c02a2 100644 --- a/.github/workflows/TagBotTriggers.yml +++ b/.github/workflows/TagBotTriggers.yml @@ -14,7 +14,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Trigger TagBot on registered package if: github.event_name != 'workflow_dispatch'