We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7d26e commit df30a3fCopy full SHA for df30a3f
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
with:
12
fetch-depth: 0
13
- uses: actions/setup-java@v4
@@ -24,7 +24,7 @@ jobs:
24
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
25
26
27
28
29
30
0 commit comments