mirror of
https://github.com/actions/setup-java
synced 2024-11-05 05:05:44 +00:00
Update workflows for GraalVM and Version Enhancements (#699)
* workflow update graalvm version * updated workflow for publish action version update
This commit is contained in:
parent
83a06ff9d9
commit
870c199c48
2 changed files with 2 additions and 2 deletions
2
.github/workflows/e2e-versions.yml
vendored
2
.github/workflows/e2e-versions.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
version: 21
|
||||
- distribution: graalvm
|
||||
os: macos-latest
|
||||
version: 17
|
||||
version: 17.0.12
|
||||
- distribution: graalvm
|
||||
os: windows-latest
|
||||
version: 21
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
steps:
|
||||
- name: Update the ${{ env.TAG_NAME }} tag
|
||||
id: update-major-tag
|
||||
uses: actions/publish-action@v0.2.2
|
||||
uses: actions/publish-action@v0.3.0
|
||||
with:
|
||||
source-tag: ${{ env.TAG_NAME }}
|
||||
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
|
||||
|
|
Loading…
Reference in a new issue