We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d42e1 commit 7000d0eCopy full SHA for 7000d0e
1 file changed
.github/workflows/build.yml
@@ -72,10 +72,10 @@ jobs:
72
73
steps:
74
# https://github.com/actions/checkout
75
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
76
- name: Setup Python
77
# https://github.com/actions/setup-python
78
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
79
with:
80
python-version: ${{ matrix.python }}
81
allow-prereleases: true
@@ -90,7 +90,7 @@ jobs:
90
name: 'Test Python 2.7'
91
runs-on: ubuntu-22.04
92
93
94
- name: Install Python 2.7
95
run: |
96
sudo apt-get update
0 commit comments