From 92f4d73438cfc1821b66dca6abcc2a77a0ed1f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:59:08 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.5.3 to 3.6.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.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.5.3...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 6 +++--- .github/workflows/ci.yaml | 18 +++++++++--------- .github/workflows/coverage.yaml | 6 +++--- .github/workflows/docs.yaml | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 17c886107..ea88888e2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Setup OPA uses: open-policy-agent/setup-opa@v2.1.0 @@ -76,7 +76,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install Rust toolchain run: | @@ -140,7 +140,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install Rust toolchain run: | diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d5cbf7f2..7a4185b9f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Setup OPA uses: open-policy-agent/setup-opa@v2.1.0 @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install Node uses: actions/setup-node@v3.8.1 @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install Node uses: actions/setup-node@v3.8.1 @@ -98,7 +98,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install toolchain run: | @@ -119,7 +119,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Run `cargo-deny` uses: EmbarkStudios/cargo-deny-action@v1.5.4 @@ -134,7 +134,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install Rust toolchain run: | @@ -185,7 +185,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install toolchain run: | @@ -237,7 +237,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install toolchain run: | @@ -294,7 +294,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Docker meta id: meta diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index bba33635f..03401e6fd 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Setup OPA uses: open-policy-agent/setup-opa@v2.1.0 @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install Node uses: actions/setup-node@v3.8.1 @@ -95,7 +95,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install toolchain run: | diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 91838524a..6fcba32bc 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Install Rust toolchain run: |