From 0a7db297f490de445d8914da97b680ef105a29dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 06:19:31 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 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/v2.4.0...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 9b15aa45c37..9dbb259df96 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -20,7 +20,7 @@ jobs: changed: ${{ steps.changed_addons.outputs.changed }} steps: - name: Check out the repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.6 - name: Get changed files id: changed_files @@ -72,7 +72,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.6 - name: Get information id: info diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e956ddbf118..a672727c7b6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: name: hadolint steps: - name: Check out the repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.6 - name: Run linter id: changed_files @@ -34,7 +34,7 @@ jobs: name: JQ steps: - name: Check out the repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.6 - name: Run linter run: | @@ -46,7 +46,7 @@ jobs: name: ShellCheck steps: - name: Check out the repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.6 - name: Run linter uses: ludeeus/action-shellcheck@1.1.0 \ No newline at end of file