Skip to content

Commit

Permalink
Update gearcoleco.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Jan 9, 2024
1 parent 512990a commit f0a71c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gearcoleco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@4
with:
fetch-depth: 0
- name: Update OS
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: make
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Add msbuild to PATH
Expand Down

0 comments on commit f0a71c8

Please sign in to comment.