File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 uses : ruby/setup-ruby@v1
2121 with :
2222 ruby-version : 3.0
23- - uses : actions/cache@v2
23+ - uses : actions/cache@v2.1.4
2424 with :
2525 path : vendor/bundle
2626 key : ${{ runner.os }}-changelog-gem
Original file line number Diff line number Diff line change 1414 if : github.event.pull_request.merged
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : mondeja/remove-labels-gh-action@v1.0.0
17+ - uses : mondeja/remove-labels-gh-action@v1
1818 with :
1919 token : ${{ secrets.GITHUB_TOKEN }}
2020 labels : |
3232 if : github.event_name == 'pull_request_target' && (! github.event.pull_request.merged)
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : mondeja/remove-labels-gh-action@v1.0.0
35+ - uses : mondeja/remove-labels-gh-action@v1
3636 with :
3737 token : ${{ secrets.GITHUB_TOKEN }}
3838 labels : |
4444 if : github.event.issue.state == 'closed'
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : mondeja/remove-labels-gh-action@v1.0.0
47+ - uses : mondeja/remove-labels-gh-action@v1
4848 with :
4949 token : ${{ secrets.GITHUB_TOKEN }}
5050 labels : |
You can’t perform that action at this time.
0 commit comments