Skip to content

Commit a9b1aa3

Browse files
committed
Update build.yml to use actions/checkout@v4
Replaced actions/checkout@v2 with actions/checkout@v4 in the GitHub Actions workflow to ensure compatibility with the latest features and security updates.
1 parent 5ecb248 commit a9b1aa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
Write-Host "Microsoft Silverlight 5 Toolkit (December 2011) successfully installed" -ForegroundColor Green
9494
9595
- name: Checkout
96-
uses: actions/checkout@v2
96+
uses: actions/checkout@v4
9797

9898
- name: Update AssemblyInfo.cs files
9999
run: |

0 commit comments

Comments
 (0)