Skip to content

Commit 1fb0d18

Browse files
committed
Merge branch 'DBTOOLS-2106_update_github_action' into 'master'
DBTOOLS-2106 updated github action See merge request codekeeper/pgcodekeeper-cli!53
2 parents 781f554 + 1c6f40c commit 1fb0d18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212

1313
- name: checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: set up JDK 17
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
distribution: 'temurin'
2020
java-version: '17'

0 commit comments

Comments
 (0)