Skip to content

Commit 98417ed

Browse files
authored
Merge pull request #255 from Crazy-Marvin/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 135307f + 94e7249 commit 98417ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
8+
uses: actions/checkout@v7
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@v6
11+
uses: actions/checkout@v7
1212
- name: "🧰 Install JDK"
1313
uses: actions/setup-java@v5
1414
with:

0 commit comments

Comments
 (0)