Skip to content

Commit

Permalink
Merge pull request #21 from openrewrite/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3.6.0

chore(ci): bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
knutwannheden authored Aug 29, 2023
2 parents 3359a4a + 3bc66a1 commit 0110286
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@v3.5.3
- uses: actions/checkout@v3.6.0
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@v3.5.3
uses: actions/checkout@v3.6.0
with:
repository: openrewrite/spring-petclinic-migration
- name: setup-plugin-checkout-source
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
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@v3.5.3
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 0110286

Please sign in to comment.