We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9d185 commit 0e48033Copy full SHA for 0e48033
action.yml
@@ -15,7 +15,7 @@ runs:
15
using: 'composite'
16
steps:
17
- name: Install Python
18
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
19
with:
20
python-version: '3.10'
21
- name: Install Dependencies
src/get_num_square.py
@@ -12,4 +12,4 @@
12
num = 1
13
14
# to set output, print to shell in following syntax
-print(f"::set-output name=num_squared::{num ** 2}")
+print(f"::set-output name=num_squared::{num ** 2}")
0 commit comments