From 40363e49308bbfcffff426a78debd06402a206f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:18:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20actions/checkout=20?= =?UTF-8?q?from=202.3.4=20to=202.3.5=20(#87)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [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.3.4...v2.3.5) --- 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/ci.yaml | 18 +++++++++--------- .github/workflows/deploy.yaml | 4 ++-- .github/workflows/labels.yaml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c601534..205bf8d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: target: ${{ steps.information.outputs.target }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🚀 Run add-on information action id: information uses: frenck/action-addon-information@v1.2.2 @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🚀 Run Add-on Lint uses: frenck/action-addon-linter@v2.4.1 with: @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🚀 Run Hadolint uses: brpaz/hadolint-action@v1.5.0 with: @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🚀 Run JQ run: | shopt -s globstar @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🚀 Run mdl uses: actionshub/markdownlint@2.0.2 @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🚀 Run Shellcheck uses: ludeeus/action-shellcheck@1.1.0 env: @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🚀 Run YAMLLint uses: frenck/action-yamllint@v1.1 @@ -99,7 +99,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🚀 Run Prettier uses: creyD/prettier_action@v4.0 with: @@ -124,7 +124,7 @@ jobs: architecture: ${{ fromJson(needs.information.outputs.architectures) }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🏗 Set up build cache id: cache uses: actions/cache@v2.1.6 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ee4c456..3a1491f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,7 +31,7 @@ jobs: version: ${{ steps.release.outputs.version }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🚀 Run add-on information action id: information uses: frenck/action-addon-information@v1.2.2 @@ -67,7 +67,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🏗 Set up build cache id: cache uses: actions/cache@v2.1.6 diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index b2adbb1..d1b2dbe 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: 🚀 Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: