We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a2610 commit f51dc04Copy full SHA for f51dc04
.github/workflows/check-lint.yml
@@ -7,5 +7,5 @@ jobs:
7
check-lint:
8
runs-on: ubuntu-20.04
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- run: ./scripts/check-lint.sh
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
JAVA_OPTS: -Xms2G -Xmx4G -Xss6M -XX:+UseG1GC -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
14
name: Test using Java ${{ matrix.java }}
15
16
17
- name: Setup Java
18
uses: actions/setup-java@v4
19
with:
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
fetch-depth: 0
0 commit comments