We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca85f8 commit ca93af6Copy full SHA for ca93af6
.github/workflows/tests.yml
@@ -40,9 +40,9 @@ jobs:
40
python-version: '3.7'
41
42
steps:
43
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
44
- name: Set up Python ${{ matrix.python-version }}
45
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
46
with:
47
python-version: ${{ matrix.python-version }}
48
- name: Add Homebrew to PATH (Ubuntu)
0 commit comments