Skip to content

Commit 8c264db

Browse files
committed
CI: Update actions/checkout
1 parent d9545e2 commit 8c264db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
#- { os: macos-latest , ruby: debug , python: "3.x" , python_architecture: x64 , venv: "" }
6363

6464
steps:
65-
- uses: actions/checkout@v2
65+
- uses: actions/checkout@v3
6666
with:
6767
fetch-depth: 1
6868

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
#- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 }
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
with:
3838
fetch-depth: 1
3939

0 commit comments

Comments
 (0)