From e61cacdb7268b48dc4cd41a89fb62c1632c25f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 02:37:25 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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...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/dependency-review.yaml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/release-please-branches.yml | 2 +- .github/workflows/release-please.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index f0378f13..849a6770 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -6,6 +6,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v3 + uses: actions/checkout@v3.1.0 - name: 'Dependency Review' uses: actions/dependency-review-action@v2 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index db445517..f9a999a0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v3.1.0 - name: Docker meta id: meta diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67357423..e9aaf621 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.1.0 - 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..6cb659a8 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.1.0 with: fetch-depth: '0' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 96c7536a..c18320e8 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.1.0 - name: Create major branch and tag also patch tag versions if: ${{ steps.release.outputs.release_created }}