From 2e5f709f2545409f59117758a026c3f2139b84b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 12:14:01 +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/build_container_images.yml | 8 ++++---- .github/workflows/save_docker_pull_count.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_container_images.yml b/.github/workflows/build_container_images.yml index c978ca4..5e9bf0c 100644 --- a/.github/workflows/build_container_images.yml +++ b/.github/workflows/build_container_images.yml @@ -144,7 +144,7 @@ jobs: if: needs.check_workflow.outputs.run_check_stable == 'true' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: main path: main @@ -241,7 +241,7 @@ jobs: if: needs.check_stable.outputs.run_build_stable == 'true' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: main path: main @@ -330,7 +330,7 @@ jobs: if: needs.check_workflow.outputs.run_check_preview == 'true' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: main path: main @@ -428,7 +428,7 @@ jobs: if: needs.check_preview.outputs.run_build_preview == 'true' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: main path: main diff --git a/.github/workflows/save_docker_pull_count.yml b/.github/workflows/save_docker_pull_count.yml index ace9c68..2cae9ff 100644 --- a/.github/workflows/save_docker_pull_count.yml +++ b/.github/workflows/save_docker_pull_count.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: main path: main