From 3e00b85011a403abe884d0532680a93851a27c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 23:37:13 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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...v3) --- 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 f0c9424..5d3c050 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@v2 + uses: actions/checkout@v3 - name: Install dependencies run: | apt-get update @@ -129,7 +129,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - uses: uraimo/run-on-arch-action@v2.5.0 name: Build artifact id: build diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index eb43d5a..4beddd3 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@v2 + uses: actions/checkout@v3 - name: Install dependencies run: | apt-get update @@ -111,7 +111,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - uses: uraimo/run-on-arch-action@v2.5.0 name: Build artifact id: build