mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
build: bump xalvarez/prevent-file-change-action from 1.2.0 to 1.3.0 (#4370)
Bumps [xalvarez/prevent-file-change-action](https://github.com/xalvarez/prevent-file-change-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/xalvarez/prevent-file-change-action/releases) - [Commits](https://github.com/xalvarez/prevent-file-change-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: xalvarez/prevent-file-change-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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
2a9c947fe0
commit
96fcf3dcf1
2
.github/workflows/format-workflow.yml
vendored
2
.github/workflows/format-workflow.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Prevent File Change
|
- name: Prevent File Change
|
||||||
uses: xalvarez/prevent-file-change-action@v1.2.0
|
uses: xalvarez/prevent-file-change-action@v1.3.0
|
||||||
if: ${{ github.event.pull_request.head.ref != 'i18n_master' }}
|
if: ${{ github.event.pull_request.head.ref != 'i18n_master' }}
|
||||||
with:
|
with:
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user