diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index ed7a477..63f241b 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -15,7 +15,7 @@ jobs: name: pr_notifications steps: - name: Checks out repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v5.0.1 with: token: ${{ secrets.DISPATCH_PAT }} fetch-depth: 0