Skip to content

Commit a732d4e

Browse files
committed
Use the newer GitHub Actions
1 parent 3155187 commit a732d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
2323

2424
steps:
25-
- uses: actions/checkout@v1
25+
- uses: actions/checkout@v3
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v1
27+
uses: actions/setup-python@v3
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies

0 commit comments

Comments
 (0)