Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kicito committed Oct 21, 2024
1 parent 530f11a commit c1de751
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up Node (required for Jolie Package Manager)
uses: actions/setup-node@v3
- name: Set up Node (required by Jolie Package Manager)
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ inputs.java-version }}
distribution: "temurin"
- name: Download Jolie Release
id: download-release
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1
with:
repository: "jolie/jolie"
tag: "v${{ inputs.version }}"
Expand Down

0 comments on commit c1de751

Please sign in to comment.