Skip to content

Commit e218c3c

Browse files
committed
use consisitent actions/checkout version
1 parent e9e3d80 commit e218c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v2
1111

1212
- name: Checkout Detours
13-
uses: actions/checkout@master
13+
uses: actions/checkout@v2
1414
with:
1515
repository: microsoft/Detours
1616
ref: '4.0.1'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
${{ runner.os }}-
2727
2828
- name: Checkout Detours
29-
uses: actions/checkout@master
29+
uses: actions/checkout@v2
3030
with:
3131
repository: microsoft/Detours
3232
ref: '4.0.1'

0 commit comments

Comments
 (0)