Skip to content

Commit a15fc13

Browse files
Merge pull request #98 from avaje/dependabot/github_actions/main/actions/checkout-4
[workflow]: Bump actions/checkout from 2 to 4
2 parents a18cc56 + 5d6cb5e commit a15fc13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Set up Java
2121
uses: actions/setup-java@v4
2222
with:

.github/workflows/jdk-ea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest]
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Set up Java
2525
uses: oracle-actions/setup-java@v1
2626
with:

0 commit comments

Comments
 (0)