mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
chore(deps): bump masesgroup/retrieve-changed-files from 2 to 3 (#1144)
Bumps [masesgroup/retrieve-changed-files](https://github.com/masesgroup/retrieve-changed-files) from 2 to 3. - [Release notes](https://github.com/masesgroup/retrieve-changed-files/releases) - [Commits](https://github.com/masesgroup/retrieve-changed-files/compare/v2...v3) --- updated-dependencies: - dependency-name: masesgroup/retrieve-changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a7ad306a6b
commit
3bac05e690
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- name: 'Get Changed Files'
|
||||
id: 'files'
|
||||
uses: 'masesgroup/retrieve-changed-files@v2'
|
||||
uses: 'masesgroup/retrieve-changed-files@v3'
|
||||
with:
|
||||
format: 'json'
|
||||
# a force push will cause the action above to fail. Don't do force push when people are
|
||||
|
|
|
|||
Loading…
Reference in a new issue