From 06b14671be0c239504f45c69ee75578296902d6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 14:55:46 +0200 Subject: chore(deps): update actions/checkout action to v5 (#3) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 97ed4b7..7bf14b2 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -24,7 +24,7 @@ jobs: - aggregator name: dockerfile / ${{ matrix.crate }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: set up docker buildx @@ -45,7 +45,7 @@ jobs: msrv: ["1.89.0"] name: msrv / ${{ matrix.msrv }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: Install ${{ matrix.msrv }} -- cgit v1.2.3