Skip to content

Commit e073674

Browse files
committed
update
1 parent 0625a62 commit e073674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- 5432:5432
2121
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626
- name: Set up JDK 21
27-
uses: actions/setup-java@v1
27+
uses: actions/setup-java@v4
2828
with:
2929
java-version: 21
3030
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)