Skip to content

Commit 017f7ae

Browse files
committed
Update CI
1 parent fec40e1 commit 017f7ae

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
java_version: ['8', '11', '17', '21']
21-
os: ['ubuntu-20.04']
20+
java_version: ['8', '17', '21']
21+
os: ['ubuntu-22.04']
2222
env:
2323
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2626
- name: Set up JDK
27-
uses: actions/setup-java@v3
27+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
2828
with:
2929
distribution: 'temurin'
3030
java-version: ${{ matrix.java_version }}

0 commit comments

Comments
 (0)