Skip to content

Commit

Permalink
ci: bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones authored and dburgener committed Dec 29, 2023
1 parent 7b6c4ff commit 82b9edc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 82b9edc

Please sign in to comment.