From e2e7ce44e8f7e6df803c7ba271e96c1804297163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 06:06:31 +0000 Subject: [PATCH] :arrow_up: Bump actions/checkout from 2.3.4 to 2.3.5 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] --- .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 7f86f2cf..0f0221d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,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 @@ -36,7 +36,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: @@ -50,7 +50,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: @@ -61,7 +61,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 @@ -72,7 +72,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 @@ -81,7 +81,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: @@ -92,7 +92,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 @@ -101,7 +101,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: @@ -126,7 +126,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 7a703b07..c3b5a838 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,7 +33,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 @@ -65,7 +65,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/labels.yaml b/.github/workflows/labels.yaml index b2adbb13..d1b2dbe2 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: