From 72138569f28948bd7a99de1ac31f56ca8b937471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 00:28:38 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.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.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 61d3378..136915d 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.1.7 + # - uses: actions/checkout@v4.2.0 # 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.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 ref: ${{ env.GH_LABEL }} diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 1923965..587fa19 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.1.7 + # - uses: actions/checkout@v4.2.0 # 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.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 ref: ${{ env.GH_LABEL }} diff --git a/.github/workflows/deploy-v3p11.yml b/.github/workflows/deploy-v3p11.yml index 3d3e246..9703405 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.1.7 + # - uses: actions/checkout@v4.2.0 # 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.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 ref: ${{ env.GH_LABEL }} diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 3b5f22f..796a459 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.1.7 + - uses: actions/checkout@v4.2.0 - 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 5dbf7e4..b77ee81 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.1.7 + - uses: actions/checkout@v4.2.0 - 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.1.7 + - uses: actions/checkout@v4.2.0 - 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.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 422b940..6b35d43 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.1.7 + - uses: actions/checkout@v4.2.0 - name: yaml-lint uses: ibiqlik/action-yamllint@v3.1.1 with: