Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/fuzz.yml')
| -rw-r--r-- | .github/workflows/fuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 5af8aa1f77..f88c7f95d5 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 1 |