We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dedbf commit d961bb3Copy full SHA for d961bb3
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
with:
13
ref: master
14
fetch-depth: 0
@@ -17,7 +17,7 @@ jobs:
17
git config user.name "Zonky Bot"
18
git config user.email "[email protected]"
19
- name: Set up JDK
20
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
21
22
distribution: 'zulu'
23
java-version: 8
.github/workflows/test.yml
@@ -10,9 +10,9 @@ jobs:
java: [8, 11, 17]
- name: Checkout project
15
16
java-version: ${{ matrix.java }}
0 commit comments