Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 0f2c1b2 commit 1e68b1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Set up Java 11 ⏬
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Set up Java 11 ☕♨️
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Set up Java 11 ⏬
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit 1e68b1a

Please sign in to comment.