Skip to content

Commit ab8adf3

Browse files
authored
Merge pull request #5 from tawoe/keycloak
upgrade github actions with dependabot
2 parents bc828f5 + 42420f9 commit ab8adf3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"

.github/workflows/build_package_develop.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/checkout@v4
1818
- name: Set up JDK 11
19-
uses: actions/setup-java@v2
19+
uses: actions/setup-java@v4
2020
with:
2121
java-version: '11'
2222
distribution: 'adopt'

0 commit comments

Comments
 (0)