We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a850341 commit 4b02eccCopy full SHA for 4b02ecc
.github/workflows/build.yaml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v3
10
- name: Install Python and dependencies
11
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
12
with:
13
python-version: '3.9'
14
cache: 'pip'
0 commit comments