Skip to content

Commit 73b826f

Browse files
authored
Merge pull request #91 from jboss-logging/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 7e1dfd1 + 8b9115d commit 73b826f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
java: ['11', '17', '21-ea']
2828

2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- name: Set up JDK ${{ matrix.java }}
3232
uses: actions/setup-java@v3
3333
with:
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 30
4848

4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
- name: Set up JDK 17
5252
uses: actions/setup-java@v3
5353
with:

0 commit comments

Comments
 (0)