Skip to content

Commit 5e9193c

Browse files
committed
Use v4 github actions
1 parent 1c31f7c commit 5e9193c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ jobs:
44
Test:
55
runs-on: macos-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- name: Set up JDK 8
9-
uses: actions/setup-java@v3
9+
uses: actions/setup-java@v4
1010
with:
1111
java-version: '8'
1212
distribution: 'corretto'

0 commit comments

Comments
 (0)