Skip to content

Commit

Permalink
Merge pull request #73 from com-pas/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-java-4.2.1

chore(deps): Bump actions/setup-java from 4.1.0 to 4.2.1
  • Loading branch information
Stef3st authored Apr 5, 2024
2 parents ecae052 + eda0e5f commit 6d3bd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.1
with:
distribution: 'zulu'
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
- name: Set up JDK 1.11
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.1
with:
distribution: 'zulu'
java-version: '11'
Expand Down

0 comments on commit 6d3bd54

Please sign in to comment.