Skip to content

Commit f52266b

Browse files
authored
Merge pull request #218 from Crazy-Marvin/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 7649ba6 + 3c677d5 commit f52266b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: macos-latest
66
steps:
77
- name: "📥 Check-out"
8-
uses: actions/checkout@v5
8+
uses: actions/checkout@v6
99
- name: "🧪 Gradle Wrapper Validation"
1010
uses: gradle/wrapper-validation-action@v3
1111
- name: "🧰 Install JDK"

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: macos-10.15
99
steps:
1010
- name: "📥 Check-out"
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
- name: "🧰 Install JDK"
1313
uses: actions/setup-java@v5
1414
with:

0 commit comments

Comments
 (0)