Skip to content

Commit 7d34958

Browse files
committed
GHA: Update to actions/checkout@v4
1 parent 29dbe34 commit 7d34958

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/get-gtest/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
var: GTEST_VERSION
4141

4242
- name: 'Checkout GTest source'
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
with:
4545
repository: google/googletest
4646
ref: 'v${{ steps.version.outputs.value }}'

.github/actions/get-jtreg/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
key: jtreg-${{ steps.version.outputs.value }}
5353

5454
- name: 'Checkout the JTReg source'
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656
with:
5757
repository: openjdk/jtreg
5858
ref: jtreg-${{ steps.version.outputs.value }}

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
9090
9191
- name: 'Checkout the JDK source'
92-
uses: actions/checkout@v3
92+
uses: actions/checkout@v4
9393

9494
- name: 'Get the BootJDK'
9595
id: bootjdk

0 commit comments

Comments
 (0)