From ad6a9aa46e2ebd2a7cb622194f03f312c0494d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 09:16:26 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.1. - [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...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/npm.yaml | 2 +- .github/workflows/publish-components.yaml | 2 +- .github/workflows/pull-request-checks.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm.yaml b/.github/workflows/npm.yaml index af93d850938ea..1f4d87a8a4197 100644 --- a/.github/workflows/npm.yaml +++ b/.github/workflows/npm.yaml @@ -9,7 +9,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.1 - uses: actions/setup-node@v2.5.1 with: node-version: 12 diff --git a/.github/workflows/publish-components.yaml b/.github/workflows/publish-components.yaml index 2af2e1c5210dd..40ede4e33c288 100644 --- a/.github/workflows/publish-components.yaml +++ b/.github/workflows/publish-components.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.1 - name: Install pd cli env: PD_API_KEY: ${{ secrets.PD_API_KEY }} diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index bd5cee6c9689f..84e23403ded47 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.1 name: Checkout repo with: # See https://github.com/actions/checkout#checkout-v2 @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.1 name: Checkout - uses: jitterbit/get-changed-files@v1 id: changed_files @@ -106,7 +106,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.1 with: # Full git history is needed to get a proper list of changed files # within `super-linter`