diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 30e98ae..60cf85b 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout (Push) - uses: actions/checkout@v6 + uses: actions/checkout@v7 if: github.event_name == 'push' with: fetch-depth: 0 - name: Checkout (PR) - uses: actions/checkout@v6 + uses: actions/checkout@v7 if: github.event_name == 'pull_request' with: ref: ${{ github.event.pull_request.head.sha }}