diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index fd38945..cdec9ae 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # Persist credentials so git push works persist-credentials: true