Skip to content

Commit

Permalink
Merge pull request #1 from m-grant-prg/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

build(deps): bump actions/checkout from 2 to 4
  • Loading branch information
m-grant-prg committed Sep 6, 2023
2 parents bc39d80 + a1e961d commit 35d5351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
# Check-out the repository under $GITHUB_WORKSPACE.
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Get all incl tags, needed for git-enhanced AC_INIT

Expand Down

0 comments on commit 35d5351

Please sign in to comment.