Skip to content

Commit 54db902

Browse files
Update actions/checkout action to v7
1 parent f3e0ebd commit 54db902

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242

4343
- name: Verify encoding
4444
shell: pwsh

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626

2727
- name: Read version from ref
2828
id: version

0 commit comments

Comments
 (0)