We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae3245 commit 878fd80Copy full SHA for 878fd80
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/checkout@v3
46
47
- name: Set up Python ${{ matrix.python-version }}
48
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5.2.0
49
with:
50
python-version: ${{ matrix.python-version }}
51
0 commit comments