From ad1ab4c69bef7adb5d99cafde653aeba5ca2fb87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:16:20 +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 b3bc496..21bfc32 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 69e103c..0971944 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -18,7 +18,7 @@ jobs: ] rails_env: [staging, production] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Update system packages run: sudo apt-get update -y - name: Install needed packages