Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.apache.felix-maven-bu…
Browse files Browse the repository at this point in the history
…ndle-plugin-5.1.9
  • Loading branch information
PatrickGotthard committed Jun 20, 2023
2 parents b7e08c7 + f6a38ae commit fd9a772
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.3

- name: Setup Java
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: 8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.3

- name: Setup Java
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit fd9a772

Please sign in to comment.