Skip to content

Commit 70cedcb

Browse files
authored
Merge pull request #152 from iTitus/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e1ccfa0 + c050613 commit 70cedcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout Repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: Validate Gradle Wrapper
4242
uses: gradle/actions/wrapper-validation@v5

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Validate Gradle Wrapper
2525
uses: gradle/actions/wrapper-validation@v5

0 commit comments

Comments
 (0)