From 713664e30abdd7de0c883903b971a5966c8caf74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:22:31 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-debian.yml | 4 ++-- .github/workflows/test-debian.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index 4fba982..0895f14 100644 --- a/.github/workflows/release-debian.yml +++ b/.github/workflows/release-debian.yml @@ -39,7 +39,7 @@ jobs: image: ${{ matrix.distro }}:${{ matrix.release }} steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | apt-get update @@ -129,7 +129,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: uraimo/run-on-arch-action@v2.5.1 name: Build artifact id: build diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index 24f8b8b..91d77ce 100644 --- a/.github/workflows/test-debian.yml +++ b/.github/workflows/test-debian.yml @@ -34,7 +34,7 @@ jobs: image: ${{ matrix.distro }}:${{ matrix.release }} steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | apt-get update @@ -111,7 +111,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: uraimo/run-on-arch-action@v2.5.1 name: Build artifact id: build