Skip to content

Commit 8f56063

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 427f16e commit 8f56063

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

0 commit comments

Comments
 (0)