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 a8ae9df + 3a4e3e6 commit 7e33d3eCopy full SHA for 7e33d3e
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11
with:
12
fetch-depth: 0
13
- uses: actions/setup-java@v4
@@ -29,7 +29,7 @@ jobs:
29
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
30
31
32
33
34
35
0 commit comments