diff --git a/manifestbot/action.yml b/manifestbot/action.yml index 566c5bd..9989808 100644 --- a/manifestbot/action.yml +++ b/manifestbot/action.yml @@ -23,7 +23,7 @@ runs: using: 'composite' steps: - name: 'ManifestBot: Checkout manifests' - uses: 'actions/checkout@v4' + uses: 'actions/checkout@v6' with: repository: 'penguin-statistics/manifests' token: ${{ inputs.token }}