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 50d473f + d3407c5 commit 34859d0Copy full SHA for 34859d0
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
verify-gradle-wrapper:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
- uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
17
18
build:
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
jdk: [11, 15]
24
25
26
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
27
with:
28
path: |
0 commit comments