From 82b9edce8ba3065473213e84865a13c1acbf7e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 29 Dec 2023 17:19:30 +0100 Subject: [PATCH] ci: bump actions/checkout to v4 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e8cd2b6..15a12fd1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: env: CC: ${{ matrix.cc }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Prevent Clang from using DWARF5, not supported by the valgrind version in runners - name: Set environment for Clang run: | @@ -99,7 +99,7 @@ jobs: cd tests/functional BATS_TIME_EXPENSIVE=1 bats end-to-end.bats - name: checkout refpolicy - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: SELinuxProject/refpolicy path: refpolicy @@ -149,6 +149,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: check-whitespaces run: git diff-tree --check $(git hash-object -t tree /dev/null) HEAD