Skip to content

Commit

Permalink
Use actions/checkout@v4 instead of the command-line git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak001 committed Dec 9, 2023
1 parent 5b57b62 commit b26beb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Checkout the OpenAIRE Guidelines for CRIS Managers repo
run: git clone --branch=v1.2 https://github.com/euroCRIS/guidelines-cris-managers.git ../guidelines-cris-managers
uses: actions/checkout@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: euroCRIS/guidelines-cris-managers
path: guidelines-cris-managers
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit b26beb1

Please sign in to comment.