Skip to content

Commit fdc26e9

Browse files
authored
Merge pull request #479 from JohT/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 89afc11 + f61991b commit fdc26e9

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
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@v5
62+
uses: actions/checkout@v6
6363

6464
# Initializes the CodeQL tools for scanning.
6565
- name: Initialize CodeQL

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
JAVA_VERSION: 11
3636
steps:
3737
- name: (GIT) Checkout code
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
with:
4040
token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
4141
fetch-depth: 0

0 commit comments

Comments
 (0)