From 9f82e102df23cb1c0ed9aa0e545a021c41c80dbd Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Wed, 30 Oct 2024 21:21:20 +0100 Subject: [PATCH] Bump Github action workflows to latest versions --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/web.yml | 4 ++-- templates/generate/web.yml.j2 | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e526a2cd..b5e09b34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fmt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: components: rustfmt @@ -25,7 +25,7 @@ jobs: clippy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: components: clippy @@ -37,7 +37,7 @@ jobs: env: RUSTDOCFLAGS: -Dwarnings steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - name: Run cargo doc run: | @@ -48,7 +48,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - uses: swatinem/rust-cache@v2 - name: Run cargo test diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 3d94eb0f..3eed88ed 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: # Setup - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: dtolnay/rust-toolchain@stable @@ -75,7 +75,7 @@ jobs: run: mkdir /tmp/public/ && cp -R public /tmp/public/oranda - name: Check HTML for broken internal links - uses: untitaker/hyperlink@0.1.29 + uses: untitaker/hyperlink@0.1.42 with: args: /tmp/public/ --sources docs/ diff --git a/templates/generate/web.yml.j2 b/templates/generate/web.yml.j2 index 35db707b..5fe40c6e 100644 --- a/templates/generate/web.yml.j2 +++ b/templates/generate/web.yml.j2 @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: # Setup - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: dtolnay/rust-toolchain@stable @@ -83,7 +83,7 @@ jobs: run: mkdir /tmp/public/ && cp -R public /tmp/public/oranda - name: Check HTML for broken internal links - uses: untitaker/hyperlink@0.1.29 + uses: untitaker/hyperlink@0.1.42 with: args: /tmp/public/ {{% endif %}}