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.
1 parent 700c79d commit 2adbf78Copy full SHA for 2adbf78
.github/workflows/build-check-test.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install LaTeX packages
13
run: tlmgr install urlbst
14
15
- - uses: gradle/wrapper-validation-action@v1
+ - uses: gradle/actions/wrapper-validation@v4
16
- uses: actions/cache@v3
17
id: pandoc
18
with:
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
steps:
50
- uses: actions/checkout@v3
51
52
- uses: actions/setup-java@v3
53
54
distribution: temurin
0 commit comments