Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit f00a4ed

Browse files
Update actions/checkout action to v4
1 parent 4d36154 commit f00a4ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
# ...
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Set up JDK 17
1414
uses: actions/setup-java@v3
1515
with:

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
# ...
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v3
1818
with:

0 commit comments

Comments
 (0)