Skip to content

Commit 5c3b8c5

Browse files
committed
Update spring-gradle-build-action to 2.0.5
Issue gh-18648
1 parent d276c94 commit 5c3b8c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-build-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
- name: Set up gradle
16-
uses: spring-io/spring-gradle-build-action@v2
16+
uses: spring-io/spring-gradle-build-action@efc55f07f4dfa22f2afd97f9ea1be4212eeed737 # v2.0.5
1717
with:
1818
java-version: '17'
1919
distribution: 'temurin'
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
- name: Set up gradle
29-
uses: spring-io/spring-gradle-build-action@v2
29+
uses: spring-io/spring-gradle-build-action@efc55f07f4dfa22f2afd97f9ea1be4212eeed737 # v2.0.5
3030
with:
3131
java-version: '17'
3232
distribution: 'temurin'

0 commit comments

Comments
 (0)