From 4efef291c827876c186a862b75e40bade76b398d Mon Sep 17 00:00:00 2001 From: featherenvy <96315340+featherenvy@users.noreply.github.com> Date: Fri, 31 Jul 2026 05:53:58 +0000 Subject: [PATCH] Bump actions/checkout from 4.3.1 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/34e114876b0b11c390a56381ad16ebd13914f8d5...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e4faea..edbdb28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: # actions/checkout v4.3.1 - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Install stable Rust run: rustup toolchain install stable --profile minimal --component clippy --component rustfmt # Swatinem/rust-cache v2.9.1 @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: # actions/checkout v4.3.1 - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Install Rust toolchains run: | rustup toolchain install stable --profile minimal @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: # actions/checkout v4.3.1 - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Install minimum supported Rust run: rustup toolchain install 1.88.0 --profile minimal # Swatinem/rust-cache v2.9.1 @@ -115,7 +115,7 @@ jobs: RUNLIMIT_POSTGRES_TEST_DATABASE_URL: postgresql://runlimit:runlimit@127.0.0.1:5432/runlimit steps: # actions/checkout v4.3.1 - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Install stable Rust run: rustup toolchain install stable --profile minimal # Swatinem/rust-cache v2.9.1 @@ -145,7 +145,7 @@ jobs: runs-on: ubuntu-latest steps: # actions/checkout v4.3.1 - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Install stable Rust run: rustup toolchain install stable --profile minimal - name: Install cargo-deny