Skip to content

Commit

Permalink
chore(root): update checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaddollxz committed Apr 3, 2024
1 parent 5d97a9c commit 1ecda53
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
build-win:
name: build-and-release-win
runs-on: windows-latest

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@main

- name: build
shell: pwsh
Expand All @@ -24,13 +23,13 @@ jobs:
with:
files: Keyput-Methoard.exe
token: ${{ secrets.GITHUB_TOKEN }}

build-mac:
name: build-and-release-mac
runs-on: macos-latest

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@main

- name: build
run: sh mac/build.sh
Expand Down

0 comments on commit 1ecda53

Please sign in to comment.