Skip to content

Commit 716a6f6

Browse files
authored
Merge pull request #42 from AppCoreNet/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents d81899e + 97be835 commit 716a6f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: [ubuntu-latest, windows-latest, macOS-latest]
2323
name: .NET Build
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828
- name: Setup .NET
@@ -66,7 +66,7 @@ jobs:
6666
needs: build
6767
name: Integration Tests
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070
with:
7171
fetch-depth: 0
7272
- name: Setup .NET

0 commit comments

Comments
 (0)