Skip to content

Commit 52fb52b

Browse files
Update actions/checkout action to v6
1 parent e55fd6b commit 52fb52b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Repository
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
- name : Validate Gradle Wrapper
1313
uses: gradle/actions/wrapper-validation@v5
1414
- name: Setup Java

.github/workflows/codeql.yml

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

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Initialize CodeQL
2929
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)