Skip to content

Commit

Permalink
Merge pull request #18 from ezylang/17-update-build-pipeline-to-use-c…
Browse files Browse the repository at this point in the history
…heckoutv3

Updates build pipeline to use checkout@v3
  • Loading branch information
uklimaschewski authored Oct 27, 2024
2 parents 32e8001 + a0c3c38 commit 9961940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 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 @@ -7,7 +7,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Java for publishing to Maven Central Repository
Expand Down

0 comments on commit 9961940

Please sign in to comment.