Skip to content

Commit

Permalink
Update GitHub Action Versions (#3)
Browse files Browse the repository at this point in the history
* Update GitHub Action Versions

* Update ci.yml

* Update ci.yml

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SebastianStehle and github-actions[bot] authored Sep 1, 2024
1 parent 8ed3837 commit 820fa20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7
with:
token: ${{ secrets.WORKFLOW_SECRET }}

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7

- name: Set up Java
id: setup-jre
uses: actions/setup-java@v1
uses: actions/setup-java@v4.2.2
with:
java-version: "11"
architecture: x64
distribution: microsoft

- name: Compile
run: ./gradlew compileJava
Expand Down Expand Up @@ -50,4 +51,4 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
MAVEN_PUBLISH_REGISTRY_URL: "https://s01.oss.sonatype.org/content/repositories/releases/"
MAVEN_PUBLISH_REGISTRY_URL: "https://s01.oss.sonatype.org/content/repositories/releases/"

0 comments on commit 820fa20

Please sign in to comment.