Skip to content

Commit

Permalink
Merge branch 'main' into release/rustic_core-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Sep 14, 2023
2 parents 17499d5 + 12af55e commit ce8fb4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
rust: [stable]
job:
- os: macos-latest
# - os: macos-latest # TODO: Need to generate fixtures for macOS first
- os: ubuntu-latest
- os: windows-latest
steps:
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
override: true
- uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
uses: obi1kenobi/cargo-semver-checks-action@e275dda72e250d4df5b564e969e1348d67fefa52 # v2
6 changes: 3 additions & 3 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: chainguard-dev/actions/setup-gitsign@main
- uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2
- name: Install cargo-release
uses: taiki-e/install-action@v1
uses: taiki-e/install-action@9a29ce630c67077a359246f3e4f84941e05f28b5 # v1
with:
tool: cargo-release
- uses: cargo-bins/release-pr@v2
- uses: cargo-bins/release-pr@deeacca5a38bacc74a3f444b798f4b9bba40f6ad # v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ inputs.version }}
Expand Down

0 comments on commit ce8fb4c

Please sign in to comment.