We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905d40d commit 68c2803Copy full SHA for 68c2803
1 file changed
packages/proto-plus/.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
style-check:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- name: Set up Python 3.8
22
uses: actions/setup-python@v4
23
with:
@@ -29,7 +29,7 @@ jobs:
29
docs:
30
31
32
33
- name: Set up Python 3.9
34
35
@@ -48,7 +48,7 @@ jobs:
48
- variant: "cpp"
49
python: 3.11
50
51
52
- name: Set up Python ${{ matrix.python }}
53
54
0 commit comments