We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11f4d5 commit 8b648f5Copy full SHA for 8b648f5
1 file changed
.github/workflows/ci.yml
@@ -5,9 +5,9 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout
8
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
9
- name: Set up Python 3.10
10
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
11
with:
12
python-version: '3.10'
13
- name: Install dependencies
0 commit comments