Skip to content

Commit ddd2bcc

Browse files
committed
release: Use actions/checkout V3
Signed-off-by: Joe Richey <[email protected]>
1 parent d2c6dce commit ddd2bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: "Checkout Repository"
22-
uses: actions/checkout@v1
22+
uses: actions/checkout@v3
2323

2424
- name: "Install Python Libraries"
2525
run: python -m pip install --user -r requirements.txt

0 commit comments

Comments
 (0)