We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc828f5 + 42420f9 commit ab8adf3Copy full SHA for ab8adf3
.github/dependabot.yml
@@ -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
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- name: Set up JDK 11
19
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
20
with:
21
java-version: '11'
22
distribution: 'adopt'
0 commit comments