Skip to content

Commit

Permalink
Bump checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Jun 21, 2022
1 parent 7866026 commit d1c2b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
needs: [build-linux-windows, build-macos]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
Expand All @@ -21,7 +21,7 @@ jobs:
build-linux-windows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Nim and Dependencies
run: |
sudo apt-get update
Expand All @@ -47,7 +47,7 @@ jobs:
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Nim
run: |
brew install nim upx
Expand Down

0 comments on commit d1c2b40

Please sign in to comment.