Skip to content

Commit aae9982

Browse files
committed
Merge remote-tracking branch 'origin/master' into bs5
# Conflicts: # pom.xml
2 parents f6f686d + 33c560f commit aae9982

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '11'
2626
check-latest: true
2727
- name: Cache local Maven repository
28-
uses: actions/[email protected].4
28+
uses: actions/[email protected].6
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/[email protected]
14-
- uses: micnncim/action-label-syncer@v1
14+
- uses: micnncim/action-label-syncer@v1.2.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
with:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jvnet.hudson.plugins</groupId>
66
<artifactId>analysis-pom</artifactId>
7-
<version>5.4.0</version>
7+
<version>5.5.0</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)