Skip to content

Commit

Permalink
Merge pull request #344 from 1c-syntax/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-4.5.0

Bump actions/setup-java from 4.4.0 to 4.5.0
  • Loading branch information
nixel2007 authored Oct 27, 2024
2 parents 09d0750 + b4ebdd7 commit 9b36fdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java_version }}
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: ${{ matrix.java_version }}
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/night_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
ref: nigth_build
- name: Set up JDK
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 17
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: |
git fetch --prune --unshallow
- name: Set up JDK 17
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 17
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 17
distribution: 'adopt'
Expand Down

0 comments on commit 9b36fdc

Please sign in to comment.