Skip to content

Commit 870c199

Browse files
Update workflows for GraalVM and Version Enhancements (#699)
* workflow update graalvm version * updated workflow for publish action version update
1 parent 83a06ff commit 870c199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
version: 21
5252
- distribution: graalvm
5353
os: macos-latest
54-
version: 17
54+
version: 17.0.12
5555
- distribution: graalvm
5656
os: windows-latest
5757
version: 21

.github/workflows/release-new-action-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Update the ${{ env.TAG_NAME }} tag
2525
id: update-major-tag
26-
uses: actions/publish-action@v0.2.2
26+
uses: actions/publish-action@v0.3.0
2727
with:
2828
source-tag: ${{ env.TAG_NAME }}
2929
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)