We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a90e88 commit d8dafd6Copy full SHA for d8dafd6
.github/workflows/checks.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Get Python Version
25
id: get_python_version
26
- run: echo "::set-output name=python_version::$(python --version)"
+ run: echo "python_version=$(python --version)" >> $GITHUB_OUTPUT
27
28
- name: Cache dependencies
29
uses: actions/cache@v3
@@ -88,7 +88,7 @@ jobs:
88
python-version: "3.10"
89
90
91
92
93
94
with:
0 commit comments