Skip to content

Commit

Permalink
Bump trilom/file-changes-action
Browse files Browse the repository at this point in the history
Bumps [trilom/file-changes-action](https://github.com/trilom/file-changes-action) from ce38c8ce2459ca3c303415eec8cb0409857b4272 to 1.2.4. This release includes the previously tagged commit.
- [Release notes](https://github.com/trilom/file-changes-action/releases)
- [Changelog](https://github.com/trilom/file-changes-action/blob/master/CHANGELOG.md)
- [Commits](trilom/file-changes-action@ce38c8c...a6ca26c)

---
updated-dependencies:
- dependency-name: trilom/file-changes-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2022
1 parent 24a3957 commit c0e5ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/no-yarn-lock-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "should_run: ${{ !contains(fromJson('["admin", "write"]'), fromJson(steps.get_permissions.outputs.data).permission) }}"
echo "::set-output name=should_run::${{ !contains(fromJson('["admin", "write"]'), fromJson(steps.get_permissions.outputs.data).permission) && github.event.pull_request.user.login != 'dependabot[bot]' }}"
- name: Get file changes
uses: trilom/file-changes-action@ce38c8ce2459ca3c303415eec8cb0409857b4272
uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b
if: ${{ steps.control.outputs.should_run == 'true' }}
- name: Check for yarn.lock changes
if: ${{ steps.control.outputs.should_run == 'true' }}
Expand Down

0 comments on commit c0e5ca8

Please sign in to comment.