Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#422)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent 4771639 commit 914b0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: nuget/setup-nuget@v1

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build
working-directory: ./windows
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
with:
xcode-version: latest-stable

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check binary permissions
working-directory: ./macos/QMK Toolbox/Resources
Expand Down

0 comments on commit 914b0d2

Please sign in to comment.