mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-27 04:50:52 +00:00
fix uses
This commit is contained in:
parent
c4306b2155
commit
88e491569a
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- use: Swatinem/rust-cache@v1
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Lint
|
||||
run: bash ci/lint.sh
|
||||
- name: Run ShellCheck
|
||||
|
2
.github/workflows/test-release.yml
vendored
2
.github/workflows/test-release.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
with:
|
||||
toolchain: ${{ matrix.rust_version }}
|
||||
override: true
|
||||
- use: Swatinem/rust-cache@v1
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
|
||||
- name: Build and Test
|
||||
run: bash ci/github.sh
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
toolchain: ${{ matrix.rust_version }}
|
||||
override: true
|
||||
|
||||
- use: Swatinem/rust-cache@v1
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Build and Test
|
||||
run: bash ci/github.sh
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user