Skip to content

Commit

Permalink
ho-dev#2019 update node.js actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wsbrenk committed Feb 24, 2024
1 parent 0ab8e6e commit ac1c9c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
contents: write
discussions: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2
- name: Download and install install4j
run: wget https://download-gcdn.ej-technologies.com/install4j/install4j_linux-x64_10_0_6.deb && sudo dpkg -i install4j_linux-x64_10_0_6.deb
- name: Build with Gradle
Expand All @@ -43,7 +43,7 @@ jobs:
id: show_version
run: cat version.properties
- name: Delete previous tag and release
uses: ClementTsang/delete-tag-and-release@v0.3.1
uses: ClementTsang/delete-tag-and-release@v0.4.0
with:
delete_release: true
tag_name: ${{ steps.read_version_properties.outputs.tag }}
Expand Down

0 comments on commit ac1c9c5

Please sign in to comment.