Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed May 5, 2023
1 parent 2debc75 commit a9b0b62
Show file tree
Hide file tree
Showing 23 changed files with 1,110 additions and 1,012 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
tool: nextest

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cargo fmt
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
target
key: ${{ runner.os }}-${{ matrix.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cargo fmt
uses: actions-rs/cargo@v1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install latest nightly
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
release_url: ${{ steps.create-release.outputs.html_url }}
asset_upload_url: ${{ steps.create-release.outputs.upload_url }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get Release Version
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
runs-on: ubuntu-latest
needs: ["create_draft"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Get Release Version
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
tool: nextest

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cargo fmt
uses: actions-rs/cargo@v1
Expand Down
Loading

0 comments on commit a9b0b62

Please sign in to comment.