Skip to content

Commit

Permalink
Merge branch 'main' into chore/update-pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
asonnino authored Jan 7, 2025
2 parents 78e8242 + b8ec0da commit c4841d1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/[email protected].3
- uses: EmbarkStudios/[email protected].4
with:
# do not check advisories on PRs to prevent sudden failure due to new announcement
command: check bans licenses sources
Expand All @@ -71,15 +71,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/[email protected].3
- uses: EmbarkStudios/[email protected].4

test:
name: Test Rust code
needs: diff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
with:
save-if: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
- name: Run tests
Expand All @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
with:
save-if: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
- run: cargo install [email protected]
Expand All @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
with:
save-if: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
- name: Build Rust code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Check spelling
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.28.1
- uses: crate-ci/typos@v1.29.0

license-headers:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fi
- name: Upload the binaries
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.0
with:
generate_release_notes: true
files: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
--repo https://github.com/crate-ci/typos
--repo https://github.com/EmbarkStudios/cargo-deny
- run: pre-commit run --all-files
- uses: peter-evans/[email protected].5
- uses: peter-evans/[email protected].6
if: ${{ success() }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: chore/update-pre-commit-hooks
title: "chore: update pre-commit hooks"
commit-message: "chore: update pre-commit hooks"
body: Update pre-commit hooks to latest version.
- uses: peter-evans/[email protected].5
- uses: peter-evans/[email protected].6
if: ${{ failure() }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c4841d1

Please sign in to comment.