8315863: [GHA] Update checkout action to use v4
Reviewed-by: shade
This commit is contained in:
parent
1cae0f53a9
commit
b74805d383
2
.github/actions/get-gtest/action.yml
vendored
2
.github/actions/get-gtest/action.yml
vendored
@ -40,7 +40,7 @@ runs:
|
|||||||
var: GTEST_VERSION
|
var: GTEST_VERSION
|
||||||
|
|
||||||
- name: 'Checkout GTest source'
|
- name: 'Checkout GTest source'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: google/googletest
|
repository: google/googletest
|
||||||
ref: 'v${{ steps.version.outputs.value }}'
|
ref: 'v${{ steps.version.outputs.value }}'
|
||||||
|
2
.github/actions/get-jtreg/action.yml
vendored
2
.github/actions/get-jtreg/action.yml
vendored
@ -47,7 +47,7 @@ runs:
|
|||||||
key: jtreg-${{ steps.version.outputs.value }}
|
key: jtreg-${{ steps.version.outputs.value }}
|
||||||
|
|
||||||
- name: 'Checkout the JTReg source'
|
- name: 'Checkout the JTReg source'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: openjdk/jtreg
|
repository: openjdk/jtreg
|
||||||
ref: jtreg-${{ steps.version.outputs.value }}
|
ref: jtreg-${{ steps.version.outputs.value }}
|
||||||
|
2
.github/workflows/build-cross-compile.yml
vendored
2
.github/workflows/build-cross-compile.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout the JDK source'
|
- name: 'Checkout the JDK source'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Get the BootJDK'
|
- name: 'Get the BootJDK'
|
||||||
id: bootjdk
|
id: bootjdk
|
||||||
|
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout the JDK source'
|
- name: 'Checkout the JDK source'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Get the BootJDK'
|
- name: 'Get the BootJDK'
|
||||||
id: bootjdk
|
id: bootjdk
|
||||||
|
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout the JDK source'
|
- name: 'Checkout the JDK source'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Get the BootJDK'
|
- name: 'Get the BootJDK'
|
||||||
id: bootjdk
|
id: bootjdk
|
||||||
|
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout the JDK source'
|
- name: 'Checkout the JDK source'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Get MSYS2'
|
- name: 'Get MSYS2'
|
||||||
uses: ./.github/actions/get-msys2
|
uses: ./.github/actions/get-msys2
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout the JDK source'
|
- name: 'Checkout the JDK source'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Get MSYS2'
|
- name: 'Get MSYS2'
|
||||||
uses: ./.github/actions/get-msys2
|
uses: ./.github/actions/get-msys2
|
||||||
|
Loading…
Reference in New Issue
Block a user