We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca27f73 commit c4fcdd9Copy full SHA for c4fcdd9
.github/workflows/main.yml
@@ -46,14 +46,14 @@ jobs:
46
python: "3.10"
47
experimental: false
48
steps:
49
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
50
- name: Set up Python ${{ matrix.python }}
51
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
52
if: "!endsWith(matrix.python, '-dev')"
53
with:
54
python-version: ${{ matrix.python }}
55
- name: Set up Python ${{ matrix.python }} using deadsnakes
56
- uses: deadsnakes/action@v2.1.1
+ uses: deadsnakes/action@v3.0.0
57
if: "endsWith(matrix.python, '-dev')"
58
59
0 commit comments