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 c14d900 + 5c6d7f4 commit 2e1006fCopy full SHA for 2e1006f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: coursier/cache-action@v6
15
- uses: actions/setup-java@v4
16
with:
.github/workflows/cla.yml
@@ -4,7 +4,7 @@ jobs:
4
check:
5
6
7
- - uses: actions/checkout@v2
8
- run: ./project/scripts/check-cla.sh
9
env:
AUTHOR: ${{ github.event.pull_request.user.login }}
0 commit comments