mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
workflows updated to ubuntu-latest
This commit is contained in:
parent
9f92a6172f
commit
0f4f349663
7 changed files with 40 additions and 40 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
name: Update the major tag to include the ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} changes
|
||||
environment:
|
||||
name: releaseNewActionVersion
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update the ${{ env.TAG_NAME }} tag
|
||||
id: update-major-tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue