From 6b5a608d9a8ec6cded58a208f575d9bf298ad04e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 20:48:45 +0000 Subject: [PATCH] Bump trilom/file-changes-action 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](https://github.com/trilom/file-changes-action/compare/ce38c8ce2459ca3c303415eec8cb0409857b4272...a6ca26c14274c33b15e6499323aac178af06ad4b) --- updated-dependencies: - dependency-name: trilom/file-changes-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/no-yarn-lock-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-yarn-lock-changes.yml b/.github/workflows/no-yarn-lock-changes.yml index 300a98ad998d21..7ac0969073d596 100644 --- a/.github/workflows/no-yarn-lock-changes.yml +++ b/.github/workflows/no-yarn-lock-changes.yml @@ -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' }}