Skip to content

Commit 8f8ee2a

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 165ded6 + 4d846ac commit 8f8ee2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
88
steps:
99
- name: Checkout Repository
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
with:
1212
persist-credentials: false
1313
- name: Validate Gradle Wrapper

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Make Gradle Wrapper Executable
1717
run: chmod +x gradlew

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id "org.gradle.toolchains.foojay-resolver-convention" version "0.10.0"
9+
id "org.gradle.toolchains.foojay-resolver-convention" version "1.0.0"
1010
}
1111

1212
rootProject.name = "MiniConnect"

0 commit comments

Comments
 (0)