Skip to content

Commit

Permalink
Merge pull request #194 from YarnSpinnerTool/update-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim authored Jun 9, 2024
2 parents fa3e6b5 + 7d5c3c1 commit 4d4c0ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Handle cargo check and cargo clippy warnings as errors
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: dtolnay/rust-toolchain@master
Expand All @@ -38,7 +38,7 @@ jobs:
env:
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: dtolnay/rust-toolchain@master
Expand All @@ -54,7 +54,7 @@ jobs:
RUSTFLAGS: "-D warnings"
RUSTDOCFLAGS: '--deny warnings'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: dtolnay/rust-toolchain@master
Expand All @@ -68,7 +68,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 4d4c0ff

Please sign in to comment.