Skip to content

Commit 3022539

Browse files
committed
Merge branch 'DBTOOLS-2106_update_gitgub_action' into 'master'
DBTOOLS-2106 updated gitgub action See merge request codekeeper/pgcodekeeper-core!281
2 parents 83b2a9b + 3c1cbd4 commit 3022539

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

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

1313
- name: Checkout code
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'
@@ -31,7 +31,7 @@ jobs:
3131
run: rm -f ~/.m2/settings.xml
3232

3333
- name: Setup Maven settings
34-
uses: 1arp/create-a-file-action@6b7fed8f0bcec18f7685ff950011088e7ef5e378 #v0.4.5
34+
uses: 1arp/create-a-file-action@1cdd9b67e2fa15cff7431f5ba6863466a76a9a9e #v0.4.6
3535
with:
3636
path: /home/runner/.m2
3737
isAbsolutePath: true

0 commit comments

Comments
 (0)