Skip to content

Commit 6dbdb09

Browse files
authored
Merge pull request #5 from m-grant-prg/dependabot/github_actions/v1.3.y-tip/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 2e472d0 + 4e833f0 commit 6dbdb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
# Check-out the repository under $GITHUB_WORKSPACE.
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0 # Get all incl tags, needed for git-enhanced AC_INIT
3232

0 commit comments

Comments
 (0)