From 27f4dd3b3a8c17c51564cdf1113bf3664d60d688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:19:57 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 f2c1a81f..6b0f978f 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -15,7 +15,7 @@ jobs: container: image: ${{ matrix.image }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - 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 83f2cfa0..8d86219c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -17,7 +17,7 @@ jobs: ] rails_env: [staging, production] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-python@v2 with: python-version: 3.8