Skip to content

Commit f3d8272

Browse files
Update actions/checkout action to v4.1.7
1 parent 4bcce20 commit f3d8272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/discord-webhook.yml

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

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4.1.1
24+
uses: actions/checkout@v4.1.7
2525

2626
- name: Set up Java JDK 17
2727
uses: actions/setup-java@v4.0.0

.github/workflows/sonarcloud.yml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4.1.1
22+
uses: actions/checkout@v4.1.7
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)