Skip to content

Commit

Permalink
Upgrade the GitHub steps as an attempted workaround for #17.
Browse files Browse the repository at this point in the history
  • Loading branch information
sageserpent-open committed Sep 26, 2024
1 parent a0386a2 commit 86ddf36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fullTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
matrix:
java: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '${{ matrix.java }}'
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pullCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
Expand Down

0 comments on commit 86ddf36

Please sign in to comment.