Skip to content

Commit 8de64d0

Browse files
authored
Merge pull request #15 from escendit/dependabot/github_actions/actions/checkout-5
chore(deps): Bump actions/checkout from 4 to 5
2 parents 456bbfa + f58dcea commit 8de64d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Build
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: '0'
3333
- name: Setup .NET Core SDK

0 commit comments

Comments
 (0)