Skip to content

Commit

Permalink
Merge pull request #2 from brianegge/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
brianegge authored Oct 25, 2024
2 parents fc8f54d + 7965d87 commit 5f0bb8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
os: [ubuntu-20.04]
clang: [8]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
os: [ubuntu-20.04]
clang: [6, 8, 10, 11, 12]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
gcc: [10]
llvm: [6, 8, 10, 11, 12]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
Expand Down

0 comments on commit 5f0bb8e

Please sign in to comment.