From ad6dead31b383aff1088818c349653f38ecdfe2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:01:57 -0400 Subject: [PATCH] chore(deps): Bump actions/checkout from 3 to 4 (#275) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly-quality-gate.yaml | 4 ++-- .github/workflows/pr-quality-gate.yaml | 4 ++-- .github/workflows/release.yaml | 10 +++++----- .github/workflows/validations.yaml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/nightly-quality-gate.yaml b/.github/workflows/nightly-quality-gate.yaml index ebf59ec4..ffb83bb3 100644 --- a/.github/workflows/nightly-quality-gate.yaml +++ b/.github/workflows/nightly-quality-gate.yaml @@ -14,7 +14,7 @@ jobs: outputs: providers: ${{ steps.determine-providers.outputs.providers }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -43,7 +43,7 @@ jobs: contents: read packages: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # in order to properly resolve the version from git fetch-depth: 0 diff --git a/.github/workflows/pr-quality-gate.yaml b/.github/workflows/pr-quality-gate.yaml index 934788c6..2d2e4641 100644 --- a/.github/workflows/pr-quality-gate.yaml +++ b/.github/workflows/pr-quality-gate.yaml @@ -16,7 +16,7 @@ jobs: outputs: providers: ${{ steps.determine-providers.outputs.providers }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -53,7 +53,7 @@ jobs: packages: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # in order to properly resolve the version from git fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d9699447..6c6de10f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: quality-gate: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check if tag already exists # note: this will fail if the tag already exists @@ -64,7 +64,7 @@ jobs: issues: read pull-requests: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -84,7 +84,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -106,7 +106,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -136,7 +136,7 @@ jobs: issues: read pull-requests: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # in order to properly resolve the version from git fetch-depth: 0 diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 0a38429b..3efadd3f 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -16,7 +16,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -46,7 +46,7 @@ jobs: # package write permission is needed for publishing commit images packages: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # in order to properly resolve the version from git fetch-depth: 0