From 0e346c7744c27d5e3f851a3c4e163c009d88f048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 07:57:37 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.5.2. - [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.3.4...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.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 048992e..9383bbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: Setup python uses: actions/setup-python@v4 with: @@ -41,7 +41,7 @@ jobs: script: return context.payload.release.tag_name.substring(1) result-encoding: string - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v2.0.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65f6238..0d21dda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: Setup python uses: actions/setup-python@v4 with: