Skip to content

Commit e811455

Browse files
Merge pull request #60 from avaje/dependabot/github_actions/master/actions/checkout-4
[workflow]: Bump actions/checkout from 2 to 4
2 parents 130b4fd + b19cdd6 commit e811455

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
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest]
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Set up JDK
2222
uses: actions/setup-java@v2
2323
with:

.github/workflows/jdk-ea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: [ubuntu-latest]
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: Set up Java
2727
uses: oracle-actions/setup-java@v1
2828
with:

0 commit comments

Comments
 (0)