From 37390ddc3662992c59ecec2fadac63760aff3dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:01:19 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 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/v3.0.2...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- .github/workflows/code-coverage.yml | 2 +- .github/workflows/web.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 6488f87..eb43ba1 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Audit uses: actions-rs/audit-check@v1.2.0 diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 83d3377..fcaabb4 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Dependabot auto-merge uses: ahmadnassri/action-dependabot-auto-merge@v2.6.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa3fe69..1f9a36f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Download actionlint id: get_actionlint @@ -39,7 +39,7 @@ jobs: needs: [actionlint] steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Install Rust uses: actions-rs/toolchain@v1.0.7 @@ -65,7 +65,7 @@ jobs: needs: [rustfmt] steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 with: fetch-depth: 1 lfs: true @@ -111,7 +111,7 @@ jobs: needs: [test] steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 with: fetch-depth: 1 lfs: true diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 245f3f3..c9e82ad 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 with: fetch-depth: 1 lfs: true diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 1b0717a..f3874c5 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 with: fetch-depth: 1 lfs: true