Skip to content

Commit a423995

Browse files
authored
Merge pull request #248 from shopwareLabs/dependabot/github_actions/main/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents 87d119a + f228343 commit a423995

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

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

3838
# Validate wrapper
3939
- name: Gradle Wrapper Validation
@@ -100,7 +100,7 @@ jobs:
100100

101101
# Check out current repository
102102
- name: Fetch Sources
103-
uses: actions/checkout@v4
103+
uses: actions/checkout@v5
104104

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

150150
# Check out current repository
151151
- name: Fetch Sources
152-
uses: actions/checkout@v4
152+
uses: actions/checkout@v5
153153

154154
# Set up Java environment for the next steps
155155
- name: Setup Java

.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 current repository
2222
- name: Fetch Sources
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
ref: ${{ github.event.release.tag_name }}
2626

0 commit comments

Comments
 (0)