Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 9d6fe74

Browse files
Update actions/checkout action to v4
1 parent 491a5e0 commit 9d6fe74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-check.yml

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

1010
steps:
1111
# ...
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Set up JDK 17
1414
uses: actions/setup-java@v2
1515
with:

.github/workflows/detekt-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Steps represent a sequence of tasks that will be executed as part of the job
3939
steps:
4040
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v4
4242

4343
# Gets the download URL associated with the $DETEKT_RELEASE_TAG
4444
- name: Get Detekt download URL

.github/workflows/prerelease.yml

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

1313
steps:
1414
# ...
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v2
1818
with:

0 commit comments

Comments
 (0)