From 878b327db45d1d973d1cb14cf71f7092361f2693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:21:57 +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/debian.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index a35ab71..c570762 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -15,7 +15,7 @@ jobs: container: image: ${{ matrix.image }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Update system packages run: apt-get update -y - name: Install needed packages diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d6dab85..ad6a07e 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -17,7 +17,7 @@ jobs: ] rails_env: [staging, production] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Update system packages run: sudo apt-get update -y - name: Install needed packages