From 358906d195e171559fa8b9f07b1a97dd40812cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:39:42 +0200 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#170) 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 17c2edd..437daa6 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.7 + uses: actions/checkout@v4.2.0 - name: Get changed files id: changed_files @@ -73,7 +73,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Get information id: info diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 033eb7a..b0e380f 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@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Run linter id: changed_files @@ -33,7 +33,7 @@ jobs: name: JQ steps: - name: Check out the repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Run linter run: | @@ -44,7 +44,7 @@ jobs: name: ShellCheck steps: - name: Check out the repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Run linter uses: ludeeus/action-shellcheck@2.0.0