Skip to content

Commit

Permalink
fix: user new checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
corrjo authored Jun 26, 2021
1 parent cb94e66 commit 9fa3f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Build
run: make release
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Increment Version
run: ./version.sh
- uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit 9fa3f6d

Please # to comment.