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 32e5a68 commit c1c62f8Copy full SHA for c1c62f8
2 files changed
.github/actions/gradle-task/action.yaml
@@ -13,7 +13,7 @@ runs:
13
using: "composite"
14
steps:
15
- name: "Java setup"
16
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
17
with:
18
distribution: "temurin"
19
java-version: "21"
.github/workflows/espresso.yaml
@@ -50,7 +50,7 @@ jobs:
50
- name: Git LFS Pull
51
run: git lfs pull
52
53
- - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
+ - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
54
55
distribution: "temurin" # See 'Supported distributions' for available options
56
0 commit comments