From 363a5fdbf51fc629068dfe40240aa8d0c791bcfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 21:02:09 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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) --- 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/documentation.yml | 2 +- .github/workflows/format.yml | 4 ++-- .github/workflows/lint.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fa7dbc3..910bc41c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Install cargo-audit run: cargo -v install cargo-audit - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ matrix.branch }} - name: Audit @@ -138,7 +138,7 @@ jobs: - name: Checkout if: steps.rustc-version.outcome != 'failure' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ matrix.branch }} submodules: recursive diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2536e3ea..316a1a18 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,7 +36,7 @@ jobs: - name: Checkout if: steps.rustc-version.outcome != 'failure' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive - name: Install Curl diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 54e90e83..9d5560e5 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Prettier run: npm install --no-save prettier prettier-plugin-toml - name: Prettier @@ -34,7 +34,7 @@ jobs: with: components: rustfmt - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive - name: Rust Formatting diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3ba40fee..7aae69fa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -71,7 +71,7 @@ jobs: - name: Checkout if: steps.rustc-version.outcome != 'failure' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ matrix.branch }} submodules: recursive