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 18c1676 + 88fbb74 commit d75e7dfCopy full SHA for d75e7df
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ${{ matrix.os }}
36
steps:
37
- name: Checkout
38
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
39
- name: Setup JDK
40
uses: actions/setup-java@v4
41
with:
.github/workflows/cla.yml
@@ -4,7 +4,7 @@ jobs:
4
check:
5
runs-on: ubuntu-latest
6
7
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
8
- name: Check CLA
9
env:
10
AUTHOR: ${{ github.event.pull_request.user.login }}
0 commit comments