From 011aadec609859bf24b0de26b309a2800a183eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 06:07:36 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.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/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87d7aaa..b1cb045 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checking out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Set up Python 3.9 uses: actions/setup-python@v2 with: @@ -34,7 +34,7 @@ jobs: python: [3.8, 3.9] steps: - name: Checking out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.1.0 - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v2.2.1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dc1e91..5f9daf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checking out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Set up Python 3.9 uses: actions/setup-python@v2 with: