Skip to content

Commit aade599

Browse files
authored
Merge pull request #215 from openapi-processor/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 128b002 + 7e81dad commit aade599

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Check out the current repository
4343
- name: Fetch Sources
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545

4646
# Set up the Java environment for the next steps
4747
- name: Setup Java
@@ -92,7 +92,7 @@ jobs:
9292

9393
# Check out the current repository
9494
- name: Fetch Sources
95-
uses: actions/checkout@v5
95+
uses: actions/checkout@v6
9696

9797
# Set up the Java environment for the next steps
9898
- name: Setup Java
@@ -146,7 +146,7 @@ jobs:
146146

147147
# Check out the current repository
148148
- name: Fetch Sources
149-
uses: actions/checkout@v5
149+
uses: actions/checkout@v6
150150
with:
151151
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
152152
fetch-depth: 0 # a full history is required for pull request analysis
@@ -180,7 +180,7 @@ jobs:
180180

181181
# Check out the current repository
182182
- name: Fetch Sources
183-
uses: actions/checkout@v5
183+
uses: actions/checkout@v6
184184

185185
# Set up the Java environment for the next steps
186186
- name: Setup Java
@@ -220,7 +220,7 @@ jobs:
220220

221221
# Check out the current repository
222222
- name: Fetch Sources
223-
uses: actions/checkout@v5
223+
uses: actions/checkout@v6
224224

225225
# Remove old release drafts by using the curl request for the available releases with a draft flag
226226
- name: Remove Old Release Drafts

0 commit comments

Comments
 (0)