From 5dc33acc9ea27119f0c1ca62a63a79e075e52832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:10:10 +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 | 6 +++--- .github/workflows/gh-pages.yml | 2 +- .github/workflows/version-bump.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dda70b7..c184f5a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: needs: lint steps: - name: checkout the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -61,7 +61,7 @@ jobs: needs: lint steps: - name: checkout the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -88,7 +88,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: checkout the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - uses: actions-rs/toolchain@v1 with: profile: minimal diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3bd09aa0..f683cd00 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -13,7 +13,7 @@ jobs: deploy: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Setup mdBook uses: peaceiris/actions-mdbook@v1 diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 9b3cb9f1..9ad3650d 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 2 - name: bump