Skip to content

Commit ad53489

Browse files
authored
Merge pull request #5 from Taiizor/dependabot/github_actions/actions/checkout-6
ci(deps): bump actions/checkout from 5 to 6
2 parents a290b58 + 2bdf02c commit ad53489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v5

.github/workflows/codeql.yml

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

4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL

0 commit comments

Comments
 (0)