Skip to content

Commit 1575333

Browse files
committed
Fix missed actions/checkout update
1 parent 5cc5c68 commit 1575333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-build-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- { gcc: ucrt64 , ruby: ucrt }
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v2
58+
uses: actions/checkout@v3
5959

6060
- name: Set up Ruby
6161
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)