From d6e280f848661368ae8bfaf572ee66cb54974a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 18:45:07 -0600 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.6 (#86) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 6 +++--- .github/workflows/markdownlint.yml | 2 +- .github/workflows/on_pr.yaml | 8 ++++---- .github/workflows/yamllint.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c9212d..cb0f8de 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: name: Run hadolint against docker files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - name: Pull hadolint/hadolint:latest Image run: docker pull hadolint/hadolint:latest - name: Run hadolint against Dockerfiles @@ -60,7 +60,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: fetch-depth: 0 @@ -165,7 +165,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: fetch-depth: 0 diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 670039a..a9484e1 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - 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.yaml b/.github/workflows/on_pr.yaml index 5eb44cd..904b70b 100644 --- a/.github/workflows/on_pr.yaml +++ b/.github/workflows/on_pr.yaml @@ -22,7 +22,7 @@ jobs: name: "Linting: flake8" steps: - name: Check out source repository - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Set up Python environment uses: actions/setup-python@v5.1.0 with: @@ -36,7 +36,7 @@ jobs: name: "Linting: hadolint" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - name: Pull hadolint/hadolint:latest Image run: docker pull hadolint/hadolint:latest - name: Run hadolint against Dockerfiles @@ -47,7 +47,7 @@ jobs: # runs-on: ubuntu-latest # if: ${{ github.event_name == 'pull_request' }} # steps: - # - uses: actions/checkout@v4.1.5 + # - uses: actions/checkout@v4.1.6 # - name: Pull koalaman/shellcheck:stable Image # run: docker pull koalaman/shellcheck:stable # - name: Run Shellcheck against shell scripts @@ -66,7 +66,7 @@ jobs: steps: # Check out our code - name: Checkout - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: fetch-depth: 0 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 389ed7e..ee92d9f 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -14,7 +14,7 @@ jobs: name: Run yamllint against YAML files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - name: yaml-lint uses: ibiqlik/action-yamllint@v3.1.1 with: