From 92ddc7e5c7b2a4973e2aedc5e05b668531af1cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 15:47:33 +0000 Subject: [PATCH] ci(deps): 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/master-updated.yaml | 6 +++--- .github/workflows/pushed.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master-updated.yaml b/.github/workflows/master-updated.yaml index ea493d0..ab3d22b 100644 --- a/.github/workflows/master-updated.yaml +++ b/.github/workflows/master-updated.yaml @@ -12,7 +12,7 @@ jobs: name: "Bump version and create changelog with commitizen" steps: - name: Check out - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} @@ -26,8 +26,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v2 - - uses: actions/checkout@v2 + uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}' fetch-depth: 0 diff --git a/.github/workflows/pushed.yaml b/.github/workflows/pushed.yaml index 58ca5d1..f9cfb85 100644 --- a/.github/workflows/pushed.yaml +++ b/.github/workflows/pushed.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ref: '${{ github.event.inputs.git_rev }}'