From 8cef584cf7b066fc3ce6f831c99c0df140181b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:13:09 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6f4729..6487570 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache build uses: actions/cache@v4 @@ -92,7 +92,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 @@ -146,7 +146,7 @@ jobs: runs-on: ${{ matrix.runs-on }} timeout-minutes: 30 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache build uses: actions/cache@v4 @@ -222,7 +222,7 @@ jobs: PYTHONLEGACYWINDOWSSTDIO: utf-8 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Relax password security run: | @@ -339,7 +339,7 @@ jobs: useradd -g adm -s /bin/bash -m chevah echo '%adm ALL=NOPASSWD: ALL' > /etc/sudoers - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache build uses: actions/cache@v4