Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): revert bump actions/checkout from 3 to 4 #18490

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
install: ${{ steps.filter.outputs.install }}
k8s: ${{ steps.filter.outputs.k8s }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- uses: dorny/paths-filter@v2
id: filter
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
splunk: ${{ steps.filter.outputs.splunk }}
webhdfs: ${{ steps.filter.outputs.webhdfs }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

# creates a yaml file that contains the filters for each integration,
# extracted from the output of the `vdev int ci-paths` command, which
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:

- name: (PR comment) Checkout PR branch
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Checkout branch
if: ${{ github.event_name != 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Cache Cargo registry + index
uses: actions/cache@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/compilation-timings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: [linux, ubuntu-20.04-8core]
steps:
- uses: colpal/actions-clean@v1
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: cargo clean
Expand All @@ -32,7 +32,7 @@ jobs:
PROFILE: debug
steps:
- uses: colpal/actions-clean@v1
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: cargo clean
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: [linux, ubuntu-20.04-8core]
steps:
- uses: colpal/actions-clean@v1
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: cargo clean
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: [linux, ubuntu-20.04-8core]
steps:
- uses: colpal/actions-clean@v1
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: cargo clean
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: [linux, ubuntu-20.04-8core]
steps:
- uses: colpal/actions-clean@v1
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
- run: cargo clean
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/component_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:

- name: (PR comment) Checkout PR branch
if: github.event_name == 'issue_comment'
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Checkout branch
if: github.event_name != 'issue_comment'
uses: actions/checkout@v4
uses: actions/checkout@v3

- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: bash scripts/environment/prepare.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:

- name: (PR comment) Checkout PR branch
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Checkout branch
if: ${{ github.event_name != 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3

- uses: actions/cache@v3
name: Cache Cargo registry + index
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:

- name: (PR comment) Checkout PR branch
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Checkout branch
if: ${{ github.event_name != 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gardener_remove_waiting_author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
remove_label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: "meta: awaiting author"
4 changes: 2 additions & 2 deletions .github/workflows/install-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:

- name: (PR comment) Checkout PR branch
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Checkout branch
if: ${{ github.event_name != 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3

- run: pip3 install awscli --upgrade --user
- env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
needs: prep-pr
runs-on: [linux, ubuntu-20.04-4core]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
submodules: "recursive"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:

- name: (PR comment) Checkout PR branch
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Checkout branch
if: ${{ github.event_name != 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3

- run: sudo npm -g install @datadog/datadog-ci

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
)
timeout-minutes: 75
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
submodules: "recursive"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/k8s_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:

- name: (PR comment) Checkout PR branch
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Checkout branch
if: ${{ github.event_name != 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -188,13 +188,13 @@ jobs:

- name: (PR comment) Checkout PR branch
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Checkout branch
if: ${{ github.event_name != 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3

- uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:

- name: (PR comment) Checkout PR branch
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Checkout branch
if: ${{ github.event_name != 'issue_comment' }}
uses: actions/checkout@v4
uses: actions/checkout@v3

- uses: actions/cache@v3
name: Cache Cargo registry + index
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
check-msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
- run: cargo install cargo-msrv --version 0.15.1
- run: cargo msrv verify
34 changes: 17 additions & 17 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
vector_cloudsmith_repo: ${{ steps.generate-publish-metadata.outputs.vector_cloudsmith_repo }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Generate publish metadata
Expand All @@ -53,7 +53,7 @@ jobs:
CHANNEL: ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Bootstrap runner environment (Ubuntu-specific)
Expand All @@ -78,7 +78,7 @@ jobs:
CHANNEL: ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Bootstrap runner environment (Ubuntu-specific)
Expand All @@ -103,7 +103,7 @@ jobs:
CHANNEL: ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Bootstrap runner environment (Ubuntu-specific)
Expand All @@ -130,7 +130,7 @@ jobs:
CHANNEL: ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Bootstrap runner environment (Ubuntu-specific)
Expand All @@ -157,7 +157,7 @@ jobs:
CHANNEL: ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Bootstrap runner environment (Ubuntu-specific)
Expand All @@ -184,7 +184,7 @@ jobs:
CHANNEL: ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Bootstrap runner environment (Ubuntu-specific)
Expand All @@ -211,7 +211,7 @@ jobs:
CHANNEL: ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Bootstrap runner environment (macOS-specific)
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
RELEASE_BUILDER: "true"
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Bootstrap runner environment (Windows-specific)
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
- name: Fix Git safe directories issue when in containers (actions/checkout#760)
run: git config --global --add safe.directory /__w/vector/vector
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Download staged package artifacts (x86_64-unknown-linux-gnu)
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
- name: Fix Git safe directories issue when in containers (actions/checkout#760)
run: git config --global --add safe.directory /__w/vector/vector
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Download staged package artifacts (x86_64-unknown-linux-gnu)
Expand All @@ -392,7 +392,7 @@ jobs:
VECTOR_VERSION: ${{ needs.generate-publish-metadata.outputs.vector_version }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Download staged package artifacts (x86_64-apple-darwin)
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
CHANNEL: ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Login to DockerHub
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
CHANNEL: ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Download staged package artifacts (aarch64-unknown-linux-gnu)
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
VECTOR_VERSION: ${{ needs.generate-publish-metadata.outputs.vector_version }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Download staged package artifacts (aarch64-unknown-linux-gnu)
Expand Down Expand Up @@ -628,7 +628,7 @@ jobs:
VECTOR_VERSION: ${{ needs.generate-publish-metadata.outputs.vector_version }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Publish update to Homebrew tap
Expand All @@ -653,7 +653,7 @@ jobs:
CLOUDSMITH_REPO: ${{ needs.generate-publish-metadata.outputs.vector_cloudsmith_repo }}
steps:
- name: Checkout Vector
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ inputs.git_ref }}
- name: Download staged package artifacts (aarch64-unknown-linux-gnu)
Expand Down
Loading
Loading