From f00118bd62d0cd403553beee0fadcf4d1c54af0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:31:24 +0100 Subject: [PATCH] MAINT: Bump the actions group with 2 updates (#2717) Bumps the actions group with 2 updates: [dorny/paths-filter](https://github.com/dorny/paths-filter) and [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `dorny/paths-filter` from 2 to 3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v2...v3) Updates `peter-evans/create-or-update-comment` from 3 to 4 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/label.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 778c1044bf..215b0d0f6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@v4 - name: "Getting files change filters" - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v3 id: changes with: filters: | @@ -332,7 +332,7 @@ jobs: uses: actions/checkout@v4 - name: "Getting files change filters" - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v3 id: changes with: filters: | diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index a9f2c8f259..c9500aee61 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -86,7 +86,7 @@ jobs: pull-requests: write steps: - name: Suggest to add labels - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 # Execute only when no labels have been applied to the pull request if: toJSON(github.event.pull_request.labels.*.name) == '{}' # Empty labels with: