From ff3c6deb5ae2c99b067e63f4e64f80f132043ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 17:04:23 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.3.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.3.4...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- .github/workflows/check-style.yml | 2 +- .github/workflows/clippy.yml | 2 +- .github/workflows/rust-windows.yml | 6 +++--- .github/workflows/rust.yml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 7b78f3f..49e95cd 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -13,7 +13,7 @@ jobs: uses: styfle/cancel-workflow-action@0.9.1 - name: Checkout sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: fetch-depth: 50 diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index 582c1d3..3c535f4 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -21,7 +21,7 @@ jobs: uses: styfle/cancel-workflow-action@0.9.1 - name: Checkout sources & submodules - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 276d2fc..130b0fc 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -21,7 +21,7 @@ jobs: uses: styfle/cancel-workflow-action@0.9.1 - name: Checkout sources & submodules - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/rust-windows.yml b/.github/workflows/rust-windows.yml index 0b600e4..4544f1d 100644 --- a/.github/workflows/rust-windows.yml +++ b/.github/workflows/rust-windows.yml @@ -48,7 +48,7 @@ jobs: refreshenv - name: Checkout sources & submodules - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: fetch-depth: 5 submodules: recursive @@ -134,7 +134,7 @@ jobs: refreshenv - name: Checkout sources & submodules - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: fetch-depth: 5 submodules: recursive @@ -231,7 +231,7 @@ jobs: refreshenv - name: Checkout sources & submodules - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: fetch-depth: 5 submodules: recursive diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 25faede..dd83fc6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -40,7 +40,7 @@ jobs: echo "CXX=clang++" >> "$GITHUB_ENV" - name: Checkout sources & submodules - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: fetch-depth: 5 submodules: recursive @@ -110,7 +110,7 @@ jobs: echo "CXX=clang++" >> "$GITHUB_ENV" - name: Checkout sources & submodules - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: fetch-depth: 5 submodules: recursive @@ -191,7 +191,7 @@ jobs: echo "CXX=clang++" >> "$GITHUB_ENV" - name: Checkout sources & submodules - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: fetch-depth: 5 submodules: recursive