Skip to content

Commit 21008d6

Browse files
authored
Merge pull request #38 from j-plugins/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents c47d7e3 + fd39159 commit 21008d6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yml

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

3939
# Check out the current repository
4040
- name: Fetch Sources
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242

4343
# Set up Java environment for the next steps
4444
- name: Setup Java
@@ -98,7 +98,7 @@ jobs:
9898

9999
# Check out the current repository
100100
- name: Fetch Sources
101-
uses: actions/checkout@v5
101+
uses: actions/checkout@v6
102102

103103
# Set up Java environment for the next steps
104104
- name: Setup Java
@@ -149,7 +149,7 @@ jobs:
149149

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

184184
# Check out the current repository
185185
- name: Fetch Sources
186-
uses: actions/checkout@v5
186+
uses: actions/checkout@v6
187187

188188
# Set up Java environment for the next steps
189189
- name: Setup Java
@@ -228,7 +228,7 @@ jobs:
228228

229229
# Check out the current repository
230230
- name: Fetch Sources
231-
uses: actions/checkout@v5
231+
uses: actions/checkout@v6
232232

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Check out the current repository
2222
- name: Fetch Sources
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
ref: ${{ github.event.release.tag_name }}
2626

.github/workflows/run-ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Check out the current repository
3535
- name: Fetch Sources
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737

3838
# Set up Java environment for the next steps
3939
- name: Setup Java

0 commit comments

Comments
 (0)