From 3fc0c069bb0b980d043b5816ed3bb638114e64ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 01:59:15 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 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] --- .github/workflows/ci-cd.yml | 12 ++++++------ .github/workflows/codeql.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0d7e7956..4520ad6b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -91,7 +91,7 @@ jobs: - name: Check out src from Git if: >- steps.request-check.outputs.release-requested != 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.event.inputs.release-commitish }} @@ -269,7 +269,7 @@ jobs: build - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: >- ${{ @@ -368,7 +368,7 @@ jobs: ${{ runner.os }}-pip- - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.release-commitish }} @@ -526,7 +526,7 @@ jobs: pip - name: Grab the source from Git - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.release-commitish }} @@ -728,7 +728,7 @@ jobs: steps: - name: Fetch the src snapshot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: ${{ github.event.inputs.release-commitish }} @@ -765,7 +765,7 @@ jobs: steps: - name: Fetch the src snapshot - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: ${{ github.event.inputs.release-commitish }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5e31c9aa..52f1b8e7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2