Skip to content

Commit 1a8e8e9

Browse files
committed
Updated actions/checkout v2 to v3
1 parent b8fa737 commit 1a8e8e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-ntoskrnl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.platform }}
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Clone volatility 3 & Create symbol file
2222
run: |

.github/workflows/check-tcpip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.platform }}
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Clone volatility 3 & Create symbol file
2222
run: |

0 commit comments

Comments
 (0)