Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Sep 11, 2023
1 parent f64cc7a commit d3d3f97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
name: itest-${{ matrix.java }}
steps:
- name: checkout-openrewrite/spring-petclinic-migration
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4
with:
repository: openrewrite/spring-petclinic-migration
- name: setup-plugin-checkout-source
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4
with:
path: rewrite-gradle-plugin
- name: setup-plugin-setup-java-11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
Expand Down

0 comments on commit d3d3f97

Please sign in to comment.