There was an error while loading. Please reload this page.
2 parents dfa7205 + 0d319bf commit 635376aCopy full SHA for 635376a
3 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
os: [ubuntu-latest, windows-latest]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
- uses: coursier/cache-action@v5
18
- uses: actions/setup-java@v4
19
with:
.github/workflows/ghpages.yml
@@ -10,7 +10,7 @@ jobs:
10
build-and-deploy:
11
runs-on: ubuntu-latest
12
- - uses: actions/checkout@v3
fetch-depth: 0
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
publish:
8
9
# fetches all tags, required to correctly set the version
0 commit comments