Skip to content

Commit

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


Updates `Ana06/get-changed-files` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/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]>
  • Loading branch information
dependabot[bot] authored and poiana committed Feb 23, 2024
1 parent 497e011 commit b499a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get changed files
id: changed-files
if: github.event_name == 'pull_request'
uses: Ana06/get-changed-files@v2.2.0
uses: Ana06/get-changed-files@v2.3.0
with:
format: space-delimited
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: git fetch --tags origin

- name: Get changed files
uses: Ana06/get-changed-files@v2.2.0
uses: Ana06/get-changed-files@v2.3.0
id: changed
with:
format: space-delimited
Expand Down

0 comments on commit b499a1d

Please sign in to comment.