From 6ca466809d58958d8f9eebbb022b182bebcc6ef5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 04:46:11 +0000 Subject: [PATCH] Update dependency actions/checkout to v4.1.1 --- .github/workflows/ci.yml | 2 +- ...22-05-02-new-batect-wrapper-validation-github-action.mdx | 2 +- docs/using-batect-with/ci/github-actions.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07db62ab..15f8945f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Set up JDK 1.8 uses: actions/setup-java@v3.13.0 diff --git a/blog/2022-05-02-new-batect-wrapper-validation-github-action.mdx b/blog/2022-05-02-new-batect-wrapper-validation-github-action.mdx index 39000499..f6b81b82 100644 --- a/blog/2022-05-02-new-batect-wrapper-validation-github-action.mdx +++ b/blog/2022-05-02-new-batect-wrapper-validation-github-action.mdx @@ -25,7 +25,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Validate Batect wrapper scripts uses: batect/batect-wrapper-validation-action@v0.4.0 diff --git a/docs/using-batect-with/ci/github-actions.md b/docs/using-batect-with/ci/github-actions.md index dd5b191b..9d8bed15 100644 --- a/docs/using-batect-with/ci/github-actions.md +++ b/docs/using-batect-with/ci/github-actions.md @@ -14,7 +14,7 @@ jobs: name: "Build" runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - name: Build application run: ./batect build ``` @@ -34,7 +34,7 @@ jobs: BATECT_CACHE_TYPE: directory steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - name: Cache dependencies uses: actions/cache@v3.3.2 @@ -64,7 +64,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Validate Batect wrapper scripts uses: batect/batect-wrapper-validation-action@v0.4.0