From c5f93589ea0e2dab7688abdf37400e3a6aa90e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:25:42 +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/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a4a890..4df68a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: arch: ['native', 'amd64', 'arm64v8'] steps: - name: 'Checkout project' - uses: 'actions/checkout@v3' + uses: 'actions/checkout@v4' - name: 'Register binfmt entries' if: "matrix.arch != 'native'" run: | @@ -50,7 +50,7 @@ jobs: arch: ['amd64', 'arm64v8'] steps: - name: 'Checkout project' - uses: 'actions/checkout@v3' + uses: 'actions/checkout@v4' - name: 'Download artifacts' uses: 'actions/download-artifact@v3' with: @@ -75,7 +75,7 @@ jobs: contents: 'read' steps: - name: 'Checkout project' - uses: 'actions/checkout@v3' + uses: 'actions/checkout@v4' - name: 'Login to Docker Hub' uses: 'docker/login-action@v2' with: