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 }})