Skip to content

Commit

Permalink
Update mondeja/remove-labels-gh-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent dd7f5d3 commit 8464f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy')
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v1
- uses: mondeja/remove-labels-gh-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand Down

0 comments on commit 8464f92

Please sign in to comment.