From 2277087ee797a128e91b26f6d662f93b1bd5e850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 20:03:56 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0. - [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.1.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- .github/workflows/pull-request-done.yml | 4 ++-- .github/workflows/pull-request.yml | 6 +++--- .github/workflows/release-branch-create.yml | 2 +- .github/workflows/template-use.yml | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec30208..a577cd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Python uses: actions/setup-python@v4 @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Python uses: actions/setup-python@v4 @@ -110,7 +110,7 @@ jobs: if: always() steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Download tests results uses: actions/download-artifact@v3 @@ -159,7 +159,7 @@ jobs: py: ["3.7", "3.8", "3.9"] steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Python uses: actions/setup-python@v4 diff --git a/.github/workflows/pull-request-done.yml b/.github/workflows/pull-request-done.yml index 820abbc..94261f1 100644 --- a/.github/workflows/pull-request-done.yml +++ b/.github/workflows/pull-request-done.yml @@ -51,7 +51,7 @@ jobs: name: "Create Release" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Get the version id: get_version @@ -74,7 +74,7 @@ jobs: name: "Generate documentation" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f2d9a06..886e6cc 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -42,7 +42,7 @@ jobs: name: "Lint" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Python uses: actions/setup-python@v4 @@ -72,7 +72,7 @@ jobs: name: "Test" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Python uses: actions/setup-python@v4 @@ -110,7 +110,7 @@ jobs: if: ${{ always() && github.actor != 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Download tests results uses: actions/download-artifact@v3 diff --git a/.github/workflows/release-branch-create.yml b/.github/workflows/release-branch-create.yml index 8b681aa..a222083 100644 --- a/.github/workflows/release-branch-create.yml +++ b/.github/workflows/release-branch-create.yml @@ -43,7 +43,7 @@ jobs: name: "Create PR" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Get the version id: get_version diff --git a/.github/workflows/template-use.yml b/.github/workflows/template-use.yml index 8f325af..70274aa 100644 --- a/.github/workflows/template-use.yml +++ b/.github/workflows/template-use.yml @@ -45,7 +45,7 @@ jobs: name: "Cleanup & Prepare repository" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Prepare files run: | @@ -133,7 +133,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Prepare files run: |