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

Commit 1772dfe

Browse files
Update actions/checkout action to v4
1 parent 3e3f684 commit 1772dfe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v3
12+
- uses: actions/checkout@v4
1313
- name: Set up JDK 17
1414
uses: actions/setup-java@v3
1515
with:

.github/workflows/detekt-analysis.yml

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

4545
# Gets the download URL associated with the $DETEKT_RELEASE_TAG
4646
- 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@v3
15+
- uses: actions/checkout@v4
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v3
1818
with:

0 commit comments

Comments
 (0)