From b28280f380e5c299bc831a52bd33600c770382a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 07:02:28 +0000 Subject: [PATCH] chore: bump actions/checkout from 2.3.4 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/continous_integration.yml | 4 ++-- .github/workflows/prepare-release-pr.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 1e936e6e..8a29cf96 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -12,7 +12,7 @@ jobs: steps: - name: 'Git checkout' - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 # Required to retrieve git history diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 516724ae..d678c244 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.1.0 - name: Initialize CodeQL uses: github/codeql-action/init@v1 diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index 4c97e000..73268962 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -12,7 +12,7 @@ jobs: steps: - name: 'Git checkout' - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.1.0 # Beginning of yarn setup, keep in sync between all workflows - name: Use node.js ${{ matrix.node-version }} @@ -94,7 +94,7 @@ jobs: --health-retries 5 steps: - name: 'Git checkout' - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.1.0 - name: Use node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.5 diff --git a/.github/workflows/prepare-release-pr.yml b/.github/workflows/prepare-release-pr.yml index 9ee0e66a..81340ef8 100644 --- a/.github/workflows/prepare-release-pr.yml +++ b/.github/workflows/prepare-release-pr.yml @@ -15,7 +15,7 @@ jobs: steps: - name: 'Git checkout' - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.1.0 # Beginning of yarn setup, keep in sync between all workflows - name: Use node.js ${{ matrix.node-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed6efe22..70e48406 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: 'Git checkout' - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 persist-credentials: false