Skip to content

Commit

Permalink
Merge pull request #5 from git-for-windows/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

build(deps): bump actions/checkout from 2 to 4
  • Loading branch information
rimrul authored Feb 14, 2024
2 parents 00f4b0e + db7841c commit bda9e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: git-for-windows/setup-git-for-windows-sdk@v1
with:
flavor: build-installers # this includes all the required tools
Expand Down

0 comments on commit bda9e08

Please sign in to comment.