We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8523b06 commit 74dcfedCopy full SHA for 74dcfed
.github/workflows/build_deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up Python
18
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
19
with:
20
python-version: '3.x'
21
- name: Install dependencies
0 commit comments