Skip to content

Commit

Permalink
fixed issue with actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
j-d-ha committed Nov 30, 2024
1 parent 3e7f36e commit 18f89e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: action/checkout@v4
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}

# Set up Java environment for the next steps
- name: Setup Java
uses: action/setup-java@v4
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
Expand Down

0 comments on commit 18f89e1

Please sign in to comment.