Skip to content

Commit 9ed7448

Browse files
authored
Merge pull request #30 from resteasy/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 76b5d82 + 0e7cff3 commit 9ed7448

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Generate Roq Site
2929
uses: quarkiverse/quarkus-roq@v1
3030
with:

.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@v5
10+
- uses: actions/checkout@v6
1111
- name: Set up JDK 17
1212
uses: actions/setup-java@v5
1313
with:

0 commit comments

Comments
 (0)