From 51db789ccf68c51e6f1e1e87311c4f2fd8778ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 10:00:27 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.1 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.1 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/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker_image.yml | 2 +- .github/workflows/oplab_pipeline.yml | 2 +- .github/workflows/publish_to_pypi.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index 56a69434..8b5dfa96 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -19,7 +19,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v3.5.1 + uses: actions/checkout@v3.5.2 - name: Log in to the Container registry uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b with: diff --git a/.github/workflows/oplab_pipeline.yml b/.github/workflows/oplab_pipeline.yml index c18b779d..9527ebff 100644 --- a/.github/workflows/oplab_pipeline.yml +++ b/.github/workflows/oplab_pipeline.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.1 + - uses: actions/checkout@v3.5.2 with: fetch-depth: 0 - name: Display git tag version diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 3ce3f927..8689c869 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -19,7 +19,7 @@ jobs: outputs: previous-tag: ${{ steps.previoustag.outputs.tag }} steps: - - uses: actions/checkout@v3.5.1 + - uses: actions/checkout@v3.5.2 with: fetch-depth: 0 - name: Get previous tag @@ -28,7 +28,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.1 + - uses: actions/checkout@v3.5.2 with: fetch-depth: 0 - name: Set up Python