From c9635bc97e47e2daf05c0413c3b51bddce7573f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:32:20 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [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.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-dev.yml | 4 ++-- .github/workflows/deploy-main.yml | 4 ++-- .github/workflows/deploy-v3p11.yml | 4 ++-- .github/workflows/markdownlint.yml | 2 +- .github/workflows/on_pr.yml | 6 +++--- .github/workflows/yamllint.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 938ed43..953b970 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -47,7 +47,7 @@ jobs: # name: Run hadolint against docker files # runs-on: ubuntu-latest # steps: - # - uses: actions/checkout@v4.2.0 + # - uses: actions/checkout@v4.2.1 # with: # ref: {{ env.GH_LABEL }} # - name: Pull hadolint/hadolint:latest Image @@ -62,7 +62,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 ref: ${{ env.GH_LABEL }} diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index ca6886b..b4e3d07 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -47,7 +47,7 @@ jobs: # name: Run hadolint against docker files # runs-on: ubuntu-latest # steps: - # - uses: actions/checkout@v4.2.0 + # - uses: actions/checkout@v4.2.1 # with: # ref: {{ env.GH_LABEL }} # - name: Pull hadolint/hadolint:latest Image @@ -62,7 +62,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 ref: ${{ env.GH_LABEL }} diff --git a/.github/workflows/deploy-v3p11.yml b/.github/workflows/deploy-v3p11.yml index 720be25..e6065da 100644 --- a/.github/workflows/deploy-v3p11.yml +++ b/.github/workflows/deploy-v3p11.yml @@ -51,7 +51,7 @@ jobs: # name: Run hadolint against docker files # runs-on: ubuntu-latest # steps: - # - uses: actions/checkout@v4.2.0 + # - uses: actions/checkout@v4.2.1 # with: # ref: {{ env.GH_LABEL }} # - name: Pull hadolint/hadolint:latest Image @@ -66,7 +66,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 ref: ${{ env.GH_LABEL }} diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 796a459..d9fcccc 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Pull markdownlint/markdownlint:latest Image run: docker pull markdownlint/markdownlint:latest - name: Run markdownlint against *.md files diff --git a/.github/workflows/on_pr.yml b/.github/workflows/on_pr.yml index 2330694..fcb5c88 100644 --- a/.github/workflows/on_pr.yml +++ b/.github/workflows/on_pr.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Pull koalaman/shellcheck:stable Image run: docker pull koalaman/shellcheck:stable - name: Run Shellcheck against shell scripts @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Pull hadolint/hadolint:latest Image run: docker pull hadolint/hadolint:latest - name: Run hadolint against Dockerfiles @@ -58,7 +58,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 6b35d43..748f262 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -15,7 +15,7 @@ jobs: name: Run yamllint against YAML files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: yaml-lint uses: ibiqlik/action-yamllint@v3.1.1 with: