Skip to content

Commit e77a3a7

Browse files
authored
Fix CI (#2043)
The `store-gradle-cache` job in the `gradle.yaml` GitHub workflow is missing a "checkout", this change adds it to fix CI.
1 parent de351de commit e77a3a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
- quarkus-tests
152152
- integration-tests
153153
steps:
154+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
154155
- name: Set up JDK 21
155156
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
156157
with:

0 commit comments

Comments
 (0)