Skip to content

Commit 0b9e99c

Browse files
authored
Merge pull request #49 from dtruebin/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 8fed6da + 88d4ba7 commit 0b9e99c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java: 25
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
- name: Set up JDK
3030
uses: actions/setup-java@v5
3131
with:

0 commit comments

Comments
 (0)