From 77779e75ad1641778db0c9a2009a68f31c3f75ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:40: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/build-base-ruby-image.yml | 2 +- .github/workflows/buildkite.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/uffizzi-build.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-base-ruby-image.yml b/.github/workflows/build-base-ruby-image.yml index 3aa8066fcd0b0..abf7d61e2422e 100644 --- a/.github/workflows/build-base-ruby-image.yml +++ b/.github/workflows/build-base-ruby-image.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: "2" # Get current and preceding commit only - name: Detect relevant changed files in this job diff --git a/.github/workflows/buildkite.yml b/.github/workflows/buildkite.yml index 4f714acc3130c..ed0c6415b2c19 100644 --- a/.github/workflows/buildkite.yml +++ b/.github/workflows/buildkite.yml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/ci') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'CONTRIBUTOR') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions-ecosystem/action-add-labels@v1 with: github_token: ${{ secrets.github_token }} @@ -19,7 +19,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/ci') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'CONTRIBUTOR') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: ./scripts/create_buildkite_pr_build.sh env: BUILDKITE_API_ACCESS_TOKEN: ${{ secrets.buildkite_api_access_token }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 161d74e26e4f2..d8154e3d20e35 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/uffizzi-build.yml b/.github/workflows/uffizzi-build.yml index 75bacf18c8873..115843dfa7b47 100644 --- a/.github/workflows/uffizzi-build.yml +++ b/.github/workflows/uffizzi-build.yml @@ -12,7 +12,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} steps: - name: Checkout git repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Generate UUID image name @@ -50,7 +50,7 @@ jobs: compose-file-cache-key: ${{ steps.hash.outputs.hash }} steps: - name: Checkout git repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Render Compose File run: | APP_IMAGE=$(echo ${{ needs.build-application.outputs.tags }})