Skip to content

Commit 8355f63

Browse files
authored
Merge pull request #8 from Project516/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7b7f402 + 4dec083 commit 8355f63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v4
24+
- uses: actions/checkout@v5
2525
- name: Set up JDK 21
2626
uses: actions/setup-java@v4
2727
with:
@@ -54,7 +54,7 @@ jobs:
5454
contents: write
5555

5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
- name: Set up JDK 21
5959
uses: actions/setup-java@v4
6060
with:

0 commit comments

Comments
 (0)