Skip to content

Commit cc9fcd9

Browse files
Update actions/checkout action to v6.0.2 (#286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29935ab commit cc9fcd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# https://github.com/actions/checkout
2727
- name: Checkout repository
28-
uses: actions/checkout@v6.0.1
28+
uses: actions/checkout@v6.0.2
2929

3030
# https://github.com/actions/setup-java
3131
- name: Set up JDK 17

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# https://github.com/actions/checkout
2020
- name: Check out Git repository
21-
uses: actions/checkout@v6.0.1
21+
uses: actions/checkout@v6.0.2
2222

2323
# https://github.com/actions/cache
2424
- name: Cache Gradle

0 commit comments

Comments
 (0)