Skip to content

Commit d67d12b

Browse files
authored
Merge pull request #9 from escendit/dependabot/github_actions/actions/checkout-4
chore(deps): Bump actions/checkout from 3 to 4
2 parents 0876ac1 + 9c02484 commit d67d12b

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
@@ -20,7 +20,7 @@ jobs:
2020
name: Build
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: '0'
2626
- name: Setup .NET Core SDK

0 commit comments

Comments
 (0)