We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a06ff commit 870c199Copy full SHA for 870c199
.github/workflows/e2e-versions.yml
@@ -51,7 +51,7 @@ jobs:
51
version: 21
52
- distribution: graalvm
53
os: macos-latest
54
- version: 17
+ version: 17.0.12
55
56
os: windows-latest
57
.github/workflows/release-new-action-version.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- name: Update the ${{ env.TAG_NAME }} tag
25
id: update-major-tag
26
- uses: actions/publish-action@v0.2.2
+ uses: actions/publish-action@v0.3.0
27
with:
28
source-tag: ${{ env.TAG_NAME }}
29
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments