Skip to content

Commit

Permalink
Merge pull request #83 from mobusoperandi/actions-v4
Browse files Browse the repository at this point in the history
actions v4
  • Loading branch information
mightyiam authored Feb 20, 2024
2 parents 7f7becb + b296b5a commit 04bd390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runner: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: cache
uses: FrancisRussell/[email protected]
with:
Expand All @@ -30,7 +30,7 @@ jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: cache
uses: FrancisRussell/[email protected]
with:
Expand All @@ -50,7 +50,7 @@ jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: toolchain
uses: FrancisRussell/[email protected]
with:
Expand Down

0 comments on commit 04bd390

Please sign in to comment.