Skip to content

Commit 01a68aa

Browse files
committed
Merge remote-tracking branch 'remotes/origin/dependabot/github_actions/actions/checkout-6' into mmainer/update-deps-addtimeout
2 parents 6933a39 + 3c9ec4f commit 01a68aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

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

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
with:
5151
submodules: recursive
5252

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
submodules: recursive
1818
- name: Setup .NET

0 commit comments

Comments
 (0)