From 454453553d12d2811ca41fb439f9976a7912b992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 02:36:20 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/release-please-branches.yml | 2 +- .github/workflows/release-please.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67357423..ffa29ba0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Configure AWS creds uses: aws-actions/configure-aws-credentials@v1 diff --git a/.github/workflows/release-please-branches.yml b/.github/workflows/release-please-branches.yml index 7691720a..10de1ca8 100644 --- a/.github/workflows/release-please-branches.yml +++ b/.github/workflows/release-please-branches.yml @@ -21,7 +21,7 @@ jobs: default-branch: ${{ steps.extract_branch.outputs.branch }} token: "${{ secrets.ACTIONS_TOKEN }}" - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: '0' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 96c7536a..81c03573 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: token: "${{ secrets.ACTIONS_TOKEN }}" release-type: simple - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create major branch and tag also patch tag versions if: ${{ steps.release.outputs.release_created }}