From 5aee65a17c37d8ae6f3a74138273f54f87c2ac49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 16:48:55 -0400 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3.0.2 (#222) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.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/ec3a7ce113134d7a93b817d10a8272cb61118579...2541b1294d2704b0964813337f33b291d3f8596b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/draft.yml | 4 ++-- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 0a0abd7..8b3ee61 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -27,7 +27,7 @@ jobs: key: ${{ runner.os }}-pip- - name: Clone - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Build specification run: | @@ -36,7 +36,7 @@ jobs: make -f ../Makefile draft - name: Switch branch - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: ref: gh-pages clean: false diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2bdde98..817daa6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,7 +9,7 @@ jobs: name: Sanity checks before a PR merge runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 # we want all refs for the --is-ancestor check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5eb2a9a..ea5fb01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: key: ${{ runner.os }}-pip- - name: Clone main - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 @@ -62,7 +62,7 @@ jobs: - name: Switch branch if: steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: ref: gh-pages clean: false