From 8611d1b59feed9761bbd637fc1a6d48be5bf0975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 06:32:29 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2. - [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...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 16 ++++++++-------- .github/workflows/deploy.yaml | 4 ++-- .github/workflows/labels.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eafd713..a556241 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: version: ${{ steps.information.outputs.version }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.2 - name: ℹ️ Gather version and environment id: information shell: bash @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.2 - name: 🚀 Run Hadolint uses: brpaz/hadolint-action@v1.5.0 with: @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.2 - name: 🚀 Run JQ run: | shopt -s globstar @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.2 - name: 🚀 Run mdl uses: actionshub/markdownlint@2.0.2 @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.2 - name: 🚀 Run Shellcheck uses: ludeeus/action-shellcheck@1.1.0 env: @@ -104,7 +104,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.2 - name: 🚀 Run YAMLLint uses: frenck/action-yamllint@v1.1 @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.2 - name: 🚀 Run Prettier uses: creyD/prettier_action@v4.0 with: @@ -134,7 +134,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.2 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7edeeb7..9f134b6 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: sha_short: ${{ steps.information.outputs.sha_short }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.2 - name: ℹ️ Gather version and environment id: information shell: bash @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 + uses: actions/checkout@v3.0.2 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index b2adbb1..721b5f2 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@v3.0.2 - name: 🚀 Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: