Skip to content

Commit 9e4dd4d

Browse files
authored
Merge pull request #24 from escendit/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 8dd9556 + 1318a72 commit 9e4dd4d

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@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: '0'
3333
- name: Setup .NET Core SDK

0 commit comments

Comments
 (0)