Skip to content

Commit 89300c3

Browse files
author
ADMSK\AVROGAL1
committed
Merge branch 'master' of https://github.com/AlexRogalskiy/java-patterns into master
2 parents e3b6edf + 179a7c9 commit 89300c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/remove-labels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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: |
@@ -32,7 +32,7 @@ jobs:
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: |
@@ -44,7 +44,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)