From 0d2ac427b274a76383f4a2ad5a9a0af3e2867c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:15:46 +0200 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#3279) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.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.1.0...v4.1.1) --- 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/builder.yml | 4 ++-- .github/workflows/lint.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 6147aee0791..1c15cbf76a2 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -22,7 +22,7 @@ jobs: changed: ${{ steps.changed_addons.outputs.changed }} steps: - name: Check out the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Get changed files id: changed_files @@ -74,7 +74,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Get information id: info diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cce2187536f..e8e4b1b5484 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: name: hadolint steps: - name: Check out the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run linter id: changed_files @@ -36,7 +36,7 @@ jobs: name: YAMLLint steps: - name: Check out the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run YAMLLint uses: frenck/action-yamllint@v1.4 @@ -46,7 +46,7 @@ jobs: name: ShellCheck steps: - name: Check out the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run linter uses: ludeeus/action-shellcheck@2.0.0