Skip to content

Commit bb649db

Browse files
authored
Merge pull request #92 from Spec-ify/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents eb7e9fe + 2cb9d19 commit bb649db

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
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

.github/workflows/dotnet-commit-build.yml

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

1010
steps:
1111
- name: Checkout repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: Setup MSBuild
1414
uses: microsoft/setup-msbuild@v2
1515
with:

0 commit comments

Comments
 (0)