Skip to content

Commit ba59707

Browse files
authored
Merge pull request #172 from ctolkien/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents ec4558d + 75a64aa commit ba59707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
name: Build
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: Setup .NET
3030
uses: actions/setup-dotnet@v5
3131
with:
@@ -60,7 +60,7 @@ jobs:
6060
environment: ${{ inputs.environment }}
6161
if: (inputs.environment == 'Production') || (inputs.environment == 'PreRelease')
6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
- uses: actions/download-artifact@v6
6565
with:
6666
name: uploads

0 commit comments

Comments
 (0)