Skip to content

Commit 3cc8654

Browse files
Merge pull request #57 from IowaComputerGurus/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents d74088f + 5690ec3 commit 3cc8654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: 17
2222
distribution: zulu
2323

24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
repository: 'aspnetcore.utilities.bootstrap5taghelpers'
1616
organization: 'IowaComputerGurus'
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)