We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5249796 commit dc38e66Copy full SHA for dc38e66
1 file changed
.github/workflows/deploy.yml
@@ -13,6 +13,7 @@ jobs:
13
if: ${{ github.repository == 'spring-projects/spring-grpc' }}
14
15
steps:
16
+ - uses: actions/checkout@v4
17
- name: Set up JDK 25 (main)
18
uses: actions/setup-java@v4
19
with:
0 commit comments