We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4fc48 commit 5e9de9aCopy full SHA for 5e9de9a
2 files changed
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-# This workflow will install build the library.
+# This workflow will build the library.
2
3
name: Build
4
@@ -18,9 +18,9 @@ jobs:
18
python: ["3.10"]
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
- name: Set up Python ${{ matrix.python }}
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
24
with:
25
python-version: ${{ matrix.python }}
26
- name: Install dependencies
.github/workflows/tests.yml
@@ -19,9 +19,9 @@ jobs:
python: [3.7, 3.8, 3.9, "3.10"]
27
0 commit comments