Skip to content

Commit 5645bc7

Browse files
authored
Merge pull request #85 from insideapp-oss/dependabot/github_actions/develop/actions/setup-java-2.3.1
2 parents efc0282 + aa72632 commit 5645bc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/[email protected]
1818
- name: Set up JDK 1.11
19-
uses: actions/[email protected].0
19+
uses: actions/[email protected].1
2020
with:
2121
distribution: 'adopt'
2222
java-version: '11'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/[email protected]
1313
- name: Set up JDK 1.11
14-
uses: actions/[email protected].0
14+
uses: actions/[email protected].1
1515
with:
1616
distribution: 'adopt'
1717
java-version: '11'

0 commit comments

Comments
 (0)