Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2024
1 parent d379d38 commit 256a112
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-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: 22

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.2.0
uses: gradle/actions/setup-gradle@v4.2.1

- name: Install libcurl4
run: sudo apt-get install -y libcurl4-gnutls-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 22

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.2.0
uses: gradle/actions/setup-gradle@v4.2.1

- name: Install libcurl4
run: sudo apt-get install -y libcurl4-gnutls-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: 22

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.2.0
uses: gradle/actions/setup-gradle@v4.2.1

- name: Install libcurl4
run: sudo apt-get install -y libcurl4-gnutls-dev
Expand Down

0 comments on commit 256a112

Please sign in to comment.