Skip to content

Commit 961377d

Browse files
authored
Merge pull request #96 from hendisantika/dependabot/github_actions/actions/checkout-6
build(deps): Bump actions/checkout from 5 to 6
2 parents 220fa52 + 75473d0 commit 961377d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: read
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- name: Set up JDK 21
2626
uses: actions/setup-java@v5
2727
with:
@@ -59,7 +59,7 @@ jobs:
5959
contents: write
6060

6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363
- name: Set up JDK 21
6464
uses: actions/setup-java@v5
6565
with:

0 commit comments

Comments
 (0)