diff --git a/.github/workflows/ci:lint.yml b/.github/workflows/ci:lint.yml index 050bd85..3bd9467 100644 --- a/.github/workflows/ci:lint.yml +++ b/.github/workflows/ci:lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint 👕 run: make check-shell diff --git a/.github/workflows/ci:test.yml b/.github/workflows/ci:test.yml index 4e54e18..c696680 100644 --- a/.github/workflows/ci:test.yml +++ b/.github/workflows/ci:test.yml @@ -12,7 +12,7 @@ jobs: RUSTDOCFLAGS: -Cpanic=abort steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup rust 🦀 uses: actions-rs/toolchain@v1