Skip to content

Commit

Permalink
build(deps): bump the actions group with 1 update (#739)
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [Ana06/get-changed-files](https:/ana06/get-changed-files).


Updates `Ana06/get-changed-files` from 2.2.0 to 2.3.0
- [Release notes](https:/ana06/get-changed-files/releases)
- [Commits](Ana06/get-changed-files@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: Ana06/get-changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent ac57b94 commit 9ceb49d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-change-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get a list of the changed runtime-related files
if: github.event_name == 'pull_request'
id: changed-testable-files
uses: Ana06/get-changed-files@v2.2.0
uses: Ana06/get-changed-files@v2.3.0
with:
filter: |
src/**
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Get a list of the changed documentation-related files
if: github.event_name == 'pull_request'
id: changed-docs-files
uses: Ana06/get-changed-files@v2.2.0
uses: Ana06/get-changed-files@v2.3.0
with:
filter: |
docs/**
Expand Down

0 comments on commit 9ceb49d

Please sign in to comment.