Skip to content

Commit

Permalink
Merge pull request #13 from clydemcqueen/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
clydemcqueen authored Sep 23, 2023
2 parents 7715282 + c0f93e8 commit 45b0cf0
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 @@ -25,7 +25,7 @@ jobs:
steps:
- run: mkdir tmp_ws

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: tmp_ws

Expand Down

0 comments on commit 45b0cf0

Please sign in to comment.