Skip to content

Commit bda9e08

Browse files
authored
Merge pull request #5 from git-for-windows/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 2 to 4
2 parents 00f4b0e + db7841c commit bda9e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: windows-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- uses: git-for-windows/setup-git-for-windows-sdk@v1
1111
with:
1212
flavor: build-installers # this includes all the required tools

0 commit comments

Comments
 (0)