Skip to content

Commit 0e48033

Browse files
committed
changes
1 parent db9d185 commit 0e48033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
using: 'composite'
1616
steps:
1717
- name: Install Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.10'
2121
- name: Install Dependencies

src/get_num_square.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
num = 1
1313

1414
# to set output, print to shell in following syntax
15-
print(f"::set-output name=num_squared::{num ** 2}")
15+
print(f"::set-output name=num_squared::{num ** 2}")

0 commit comments

Comments
 (0)