From 76f1813c5ac1841a21f97a08aba303d6c4d45763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 03:19:21 +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/license-checker.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/pytest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/license-checker.yaml b/.github/workflows/license-checker.yaml index 645eb9f..1c113e9 100644 --- a/.github/workflows/license-checker.yaml +++ b/.github/workflows/license-checker.yaml @@ -26,7 +26,7 @@ jobs: PYTHON_VERSION: 3.9 steps: # Checks out the repository in the current folder. - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - uses: actions/setup-python@v2 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d40b428..77b41dc 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -24,7 +24,7 @@ jobs: steps: # Checks out the repository in the current folder. - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python_version }} diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index cb18c52..af0a3b3 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -28,7 +28,7 @@ jobs: PYTHON_VERSION: 3.9 steps: # Checks out the repository in the current folder. - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - uses: actions/setup-python@v2 with: python-version: ${{ env.PYTHON_VERSION }}