Skip to content

Commit d3075bb

Browse files
committed
actions/{setup-python,checkout} to v3
1 parent ffdb0c1 commit d3075bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- name: Check out repo
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626

2727
- name: Set up python
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v3
2929
with:
3030
python-version: 3.8
3131
cache: pip

0 commit comments

Comments
 (0)