We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c04828 + d578acd commit 28a7db7Copy full SHA for 28a7db7
.github/workflows/ci.yml
@@ -33,10 +33,10 @@ jobs:
33
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
35
steps:
36
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
37
38
- name: Set up Python ${{ matrix.python-version }}
39
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
40
with:
41
python-version: ${{ matrix.python-version }}
42
@@ -62,10 +62,10 @@ jobs:
62
runs-on: ubuntu-latest
63
64
65
66
67
- name: Set up Python 3.12
68
69
70
python-version: '3.12'
71
0 commit comments