Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nariman Abdullin <nulls.narik@gmail.com>
  • Loading branch information
renovate[bot] and nulls authored Sep 25, 2023
1 parent a298ffb commit c6952a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GRADLE_OPTS: -Dorg.gradle.daemon=false

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/diktat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GRADLE_OPTS: -Dorg.gradle.daemon=false

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ macos-latest ]
steps:
- name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4
with:
# release workflow should have access to all tags
fetch-depth: 0
Expand Down

0 comments on commit c6952a4

Please sign in to comment.