Skip to content

Commit 15683ed

Browse files
Update actions/checkout action to v2.7.0 (#205)
1 parent b88b37a commit 15683ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
GRADLE_OPTS: -Dorg.gradle.daemon=false
1313

1414
steps:
15-
- uses: actions/checkout@v2.3.3
15+
- uses: actions/checkout@v2.7.0
1616
- name: Set up JDK 11
1717
uses: actions/setup-java@v1
1818
with:

.github/workflows/diktat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
GRADLE_OPTS: -Dorg.gradle.daemon=false
1313

1414
steps:
15-
- uses: actions/checkout@v2.4.0
15+
- uses: actions/checkout@v2.7.0
1616
- name: Set up JDK 11
1717
uses: actions/setup-java@v2
1818
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ ubuntu-latest, windows-latest, macos-latest ]
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2.3.3
23+
uses: actions/checkout@v2.7.0
2424
with:
2525
# release workflow should have access to all tags
2626
fetch-depth: 0

0 commit comments

Comments
 (0)