Skip to content

Commit 878b5d2

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update actions/checkout action to v3.0.2
1 parent 98ca688 commit 878b5d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Check out current repository
3939
- name: Fetch Sources
40-
uses: actions/checkout@v3.0.1
40+
uses: actions/checkout@v3.0.2
4141

4242
# Validate wrapper
4343
- name: Gradle Wrapper Validation
@@ -136,7 +136,7 @@ jobs:
136136

137137
# Check out current repository
138138
- name: Fetch Sources
139-
uses: actions/checkout@v3.0.1
139+
uses: actions/checkout@v3.0.2
140140

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

.github/workflows/release.yml

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

1717
# Check out current repository
1818
- name: Fetch Sources
19-
uses: actions/checkout@v3.0.1
19+
uses: actions/checkout@v3.0.2
2020
with:
2121
ref: ${{ github.event.release.tag_name }}
2222

.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 current repository
3535
- name: Fetch Sources
36-
uses: actions/checkout@v3.0.1
36+
uses: actions/checkout@v3.0.2
3737

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

0 commit comments

Comments
 (0)