Bump actions/checkout from 5 to 6 (#47)

This commit is contained in:
dependabot[bot]
2025-11-24 10:43:47 +01:00
committed by GitHub
parent 3f8bbe6fed
commit 6da68306fb
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
codedov: codedov:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- uses: taiki-e/install-action@cargo-llvm-cov - uses: taiki-e/install-action@cargo-llvm-cov
- run: cargo llvm-cov --all-features --lcov --output-path lcov.info - run: cargo llvm-cov --all-features --lcov --output-path lcov.info
env: env:
+1 -1
View File
@@ -12,5 +12,5 @@ jobs:
cargo-deny: cargo-deny:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- uses: EmbarkStudios/cargo-deny-action@v2 - uses: EmbarkStudios/cargo-deny-action@v2
+3 -3
View File
@@ -18,7 +18,7 @@ jobs:
with: with:
access_token: ${{ github.token }} access_token: ${{ github.token }}
- name: Checkout Sources - name: Checkout Sources
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Install Toolchain - name: Install Toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
@@ -39,7 +39,7 @@ jobs:
with: with:
access_token: ${{ github.token }} access_token: ${{ github.token }}
- name: Checkout Sources - name: Checkout Sources
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Install Toolchain - name: Install Toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
@@ -69,7 +69,7 @@ jobs:
with: with:
access_token: ${{ github.token }} access_token: ${{ github.token }}
- name: Checkout Sources - name: Checkout Sources
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Install Toolchain - name: Install Toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with: