Skip to content

Commit c739523

Browse files
chore(deps): update jpmcb/prow-github-actions action to v2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddd550c commit c739523

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/prow-lgtm-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
execute:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: jpmcb/prow-github-actions@v1.1.3
26+
- uses: jpmcb/prow-github-actions@v2.0.0
2727
with:
2828
jobs: 'lgtm'
2929
github-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/prow-lgtm-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
execute:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: jpmcb/prow-github-actions@v1.1.3
24+
- uses: jpmcb/prow-github-actions@v2.0.0
2525
with:
2626
jobs: 'lgtm'
2727
github-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/prow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
execute:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: jpmcb/prow-github-actions@v1.1.3
26+
- uses: jpmcb/prow-github-actions@v2.0.0
2727
with:
2828
prow-commands: '/assign
2929
/unassign

0 commit comments

Comments
 (0)