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 c199dc9 commit 77ca974Copy full SHA for 77ca974
.github/workflows/test-bake.yml
@@ -37,9 +37,9 @@ jobs:
37
- macos-latest
38
39
steps:
40
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
41
- name: Set up Python ${{ matrix.python-version }}
42
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
43
with:
44
python-version: ${{ matrix.python-version }}
45
- name: Upgrade pip setuptools wheel
0 commit comments