Skip to content

Commit 03dc4f3

Browse files
chore(deps): update actions/checkout action to v6
1 parent 3486c1c commit 03dc4f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuget-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v4
1919
with:

.github/workflows/qodana-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
qodana:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717
- name: "Qodana Scan"

0 commit comments

Comments
 (0)