You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-release.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,18 @@ jobs:
17
17
echo "VERSION=$VERSION" >> $GITHUB_ENV
18
18
19
19
- name: Checkout sources
20
-
uses: actions/checkout@v5.0.0
20
+
uses: actions/checkout@v7.0.0
21
21
with:
22
22
fetch-depth: 0
23
23
24
24
- name: Setup Java
25
-
uses: actions/setup-java@v5.0.0
25
+
uses: actions/setup-java@v5.6.0
26
26
with:
27
27
distribution: 'temurin'
28
28
java-version: 22
29
29
30
30
- name: Setup Gradle
31
-
uses: gradle/actions/setup-gradle@v4.4.3
31
+
uses: gradle/actions/setup-gradle@v6.2.0
32
32
33
33
- name: Build
34
34
env:
@@ -60,7 +60,7 @@ jobs:
60
60
run: sed -i "s/com\.xemantic\.kotlin:xemantic-kotlin-swing-dsl-\(core\|test\):[0-9]\+\(\.[0-9]\+\)*\>/com.xemantic.kotlin:xemantic-kotlin-swing-dsl-\1:$VERSION/g" README.md
61
61
62
62
- name: Create Pull Request
63
-
uses: peter-evans/create-pull-request@v7.0.8
63
+
uses: peter-evans/create-pull-request@v8.1.1
64
64
with:
65
65
token: ${{ secrets.WORKFLOW_SECRET }}
66
66
commit-message: README.md gradle dependencies update to ${{ env.VERSION }}
0 commit comments