Skip to content

Commit 100abfc

Browse files
authored
Merge pull request #120 from openapi-processor/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 59210d8 + a98a1bc commit 100abfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545

4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v7
4848

4949
- name: set up JDK
5050
uses: actions/setup-java@v5
@@ -69,7 +69,7 @@ jobs:
6969
if: needs.check-publish.outputs.BUILD_PUBLISH == 'true'
7070

7171
steps:
72-
- uses: actions/checkout@v6
72+
- uses: actions/checkout@v7
7373

7474
- name: set up JDK
7575
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)