From d6066dae731ad97774c4ca7e6a8090c6ef6876b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:11:12 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-quality-gate.yaml | 4 ++-- .github/workflows/pr-quality-gate.yaml | 4 ++-- .github/workflows/release.yaml | 10 +++++----- .github/workflows/validations.yaml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/nightly-quality-gate.yaml b/.github/workflows/nightly-quality-gate.yaml index db01bca1..99dd7d1d 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@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 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@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 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 d91a41ea..054c9a43 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@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -53,7 +53,7 @@ jobs: packages: read steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 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 87cf492e..ec908655 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: environment: release runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 - name: Check if tag already exists # note: this will fail if the tag already exists @@ -76,7 +76,7 @@ jobs: issues: read pull-requests: read steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -97,7 +97,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -118,7 +118,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -147,7 +147,7 @@ jobs: issues: read pull-requests: read steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 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 29085046..9e96bd00 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -17,7 +17,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -46,7 +46,7 @@ jobs: - version: '3.12' toxEnv: py312 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 with: # in order to properly resolve the version from git fetch-depth: 0 @@ -88,7 +88,7 @@ jobs: # package write permission is needed for publishing commit images packages: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0 with: # in order to properly resolve the version from git fetch-depth: 0