We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15b3540 + 167b6cb commit 76db0f5Copy full SHA for 76db0f5
1 file changed
.github/workflows/loxone-java-release.yml
@@ -20,7 +20,7 @@ jobs:
20
contents: write
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
24
with:
25
ref: master
26
token: ${{ secrets.SMARTEON_GIT_TOKEN }}
@@ -37,7 +37,7 @@ jobs:
37
git config --global user.email 'accounts+git@smarteon.cz'
38
39
- name: Setup Gradle
40
- uses: gradle/gradle-build-action@v2
+ uses: gradle/actions/setup-gradle@v3
41
42
- name: Release and push tag
43
shell: bash
0 commit comments