From 78349380626ff5d204ec740aba2fb6948c5f3020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 21:37:34 +0000 Subject: [PATCH] Bump actions/checkout from 1 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 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/v1...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/main.yml | 4 ++-- .github/workflows/pr_checks.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2a2352..3be5636 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: run: cd docs && make html steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.1.0 - name: Setup Python uses: actions/setup-python@v3 @@ -134,7 +134,7 @@ jobs: needs: [checks] if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3.1.0 - name: Setup Python uses: actions/setup-python@v3 diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index eda3555..70e0011 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -18,7 +18,7 @@ jobs: if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3.1.0 - name: Check that CHANGELOG has been updated run: |