File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 name : Jdk ${{ matrix.java-version }}, os ${{ matrix.runs-on }}
2929 runs-on : ${{ matrix.runs-on }}
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Set up JDK ${{ matrix.java-version }}
3333 uses : actions/setup-java@v4
3434 with :
4848 echo "release_version=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
4949 - name : ' Download downstream project'
5050 if : ${{ matrix.java-version == env.jdk_for_downstream && matrix.runs-on == env.os_for_downstream}}
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 repository : datafaker-net/datafaker-gen
5454 fetch-depth : 1
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : ' Checkout Repository'
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : ' Dependency Review'
1414 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Configure Git Credentials
1515 run : |
1616 git config user.name github-actions[bot]
Original file line number Diff line number Diff line change 1111 echo -n "$GPG_SIGNING_KEY" | gpg --import --no-tty --batch --yes
1212 env :
1313 GPG_SIGNING_KEY : ${{ secrets.GPG_SIGNING_KEY }}
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 ref : ' main'
1717 - name : Set up Maven Central Repository
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 - name : Set up Git
2020 run : |
2121 git config --global user.email "github-actions[bot]@users.noreply.github.com"
Original file line number Diff line number Diff line change 1919 echo "$RELEASE_VERSION" | grep -P '^2\.[0-9]+\.[0-9]+$'
2020 echo "release_version=$RELEASE_VERSION" >> $GITHUB_OUTPUT
2121
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Set up JDK 17
2424 uses : actions/setup-java@v4
2525 with :
You can’t perform that action at this time.
0 commit comments