Skip to content

Commit

Permalink
ci: Update versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Jan 23, 2025
1 parent ac6e8aa commit 5f3527b
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 @@ -13,23 +13,23 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@latest
with:
submodules: recursive
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: imagemagick cargo parallel
version: 1.0
- name: Install typos-cli from crates.io
uses: baptiste0928/cargo-install@v2.2.0
uses: baptiste0928/cargo-install@latest
with:
crate: typos-cli
- name: Install just from crates.io
uses: baptiste0928/cargo-install@v2.2.0
uses: baptiste0928/cargo-install@latest
with:
crate: just
- name: Install typst-test from github
uses: baptiste0928/cargo-install@v2.2.0
uses: baptiste0928/cargo-install@latest
with:
crate: typst-test
git: https://github.com/tingerrr/typst-test.git
Expand Down

0 comments on commit 5f3527b

Please sign in to comment.