From 2cec515e329bf99ae2ac47f0d01277b0b3c4a518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:15:06 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.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/v4.0.0...v4.1.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 | 4 ++-- .github/workflows/ci.yaml | 16 ++++++++-------- .github/workflows/coverage.yaml | 6 +++--- .github/workflows/docs.yaml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 53898b402..ea3e893ed 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Setup OPA uses: open-policy-agent/setup-opa@v2.1.0 @@ -138,7 +138,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Docker meta id: meta diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fec01c411..a17cadbab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.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@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Install Node uses: actions/setup-node@v3.8.1 @@ -75,7 +75,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Install Node uses: actions/setup-node@v3.8.1 @@ -100,7 +100,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Install toolchain run: | @@ -121,7 +121,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Run `cargo-deny` uses: EmbarkStudios/cargo-deny-action@v1.5.4 @@ -136,7 +136,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Install Rust toolchain run: | @@ -187,7 +187,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Install toolchain run: | @@ -239,7 +239,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Install toolchain run: | diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 0160a5688..c84f5a835 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.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@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Install Node uses: actions/setup-node@v3.8.1 @@ -95,7 +95,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Install toolchain run: | diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index a5cb1ddb4..5a4ed3baf 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@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Install Rust toolchain run: |