From 2b057c67f7fc358f4796f216d98477bf48a00527 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:25:49 +0000 Subject: [PATCH] chore(deps): update config-no-service --- .github/workflows/component_build-images-elastic.yml | 2 +- .github/workflows/label-pr.yml | 4 ++-- .github/workflows/merge-upstream.yaml | 2 +- .github/workflows/stale.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/component_build-images-elastic.yml b/.github/workflows/component_build-images-elastic.yml index 84b2761db9..dc1c67e967 100644 --- a/.github/workflows/component_build-images-elastic.yml +++ b/.github/workflows/component_build-images-elastic.yml @@ -145,7 +145,7 @@ jobs: max-parallelism = 2 - name: Matrix Build and push demo images if: steps.check_changes.outputs.skip == 'false' - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v6.7.0 with: context: ${{ matrix.file_tag.context }} file: ${{ matrix.file_tag.file }} diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index e027769190..98b0e6800e 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -15,11 +15,11 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Check for changed files id: file_changes - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v3 with: list-files: shell filters: | diff --git a/.github/workflows/merge-upstream.yaml b/.github/workflows/merge-upstream.yaml index cbe0d88047..a3a22a4dff 100644 --- a/.github/workflows/merge-upstream.yaml +++ b/.github/workflows/merge-upstream.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: main fetch-depth: 0 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8b7a1dfd80..ef7516d8a2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: stale-pr-message: 'This PR was marked stale due to lack of activity. It will be closed in 7 days.' close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'