We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c4818 commit 0e500e3Copy full SHA for 0e500e3
1 file changed
.github/workflows/test.yml
@@ -23,11 +23,11 @@ jobs:
23
- python-version: "3.10"
24
toxenv: "py310"
25
steps:
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
27
with:
28
submodules: "true"
29
- name: "Set up Python ${{ matrix.python-version }}"
30
- uses: "actions/setup-python@v2"
+ uses: "actions/setup-python@v5"
31
32
python-version: "${{ matrix.python-version }}"
33
- name: Install homebrew
0 commit comments