Skip to content

Commit 09b4e38

Browse files
chore(deps): update actions/checkout action to v3.6.0
1 parent 6352dc6 commit 09b4e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

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

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v3.5.3
19+
uses: actions/checkout@v3.6.0
2020

2121
- name: Set up JDK 17
2222
uses: actions/[email protected]

.github/workflows/sonarcloud.yml

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

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v3.5.3
21+
uses: actions/checkout@v3.6.0
2222
with:
2323
fetch-depth: 0
2424

0 commit comments

Comments
 (0)