From 6cd890e8d03ec259ec6f80552128e1b61e736194 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 21 Oct 2023 11:20:34 +0700 Subject: [PATCH] ci: Update to actions/checkout@v4. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f4ffdc7..c460612 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install packages for fuzzing if: runner.os == 'Linux' && matrix.fuzz == 1