Skip to content

Bump the github-actions group with 1 update #559

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

Merged
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/reusable-change-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Get a list of the changed files relevant for the C++ tests
if: github.event_name == 'pull_request'
id: changed-cpp-testable-files
uses: Ana06/get-changed-files@v2.2.0
uses: Ana06/get-changed-files@v2.3.0
with:
filter: |
include/**
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Get a list of the changed files relevant for the C++ linter
if: github.event_name == 'pull_request'
id: changed-cpp-linter-files
uses: Ana06/get-changed-files@v2.2.0
uses: Ana06/get-changed-files@v2.3.0
with:
filter: |
include/**
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Get a list of the changed files relevant for the Python tests
if: github.event_name == 'pull_request'
id: changed-python-testable-files
uses: Ana06/get-changed-files@v2.2.0
uses: Ana06/get-changed-files@v2.3.0
with:
filter: |
cmake/**
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Get a list of the changed files relevant for CodeQL
if: github.event_name == 'pull_request'
id: changed-code-ql-files
uses: Ana06/get-changed-files@v2.2.0
uses: Ana06/get-changed-files@v2.3.0
with:
filter: |
cmake/**
Expand Down