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 7, 2023
2 parents 49a92ae + 218c1e4 commit bc7f26f
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 @@ -45,7 +45,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 bc7f26f

Please sign in to comment.