Skip to content

Commit 43d1bc1

Browse files
authored
Merge pull request resteasy#12 from resteasy/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4b53559 + 174a38d commit 43d1bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- name: Set up JDK 17
1212
uses: actions/setup-java@v4
1313
with:

0 commit comments

Comments
 (0)