Skip to content

Commit eb740bf

Browse files
widhalmtdanopt
andauthored
Fix/set output (#117)
Sorry, had to rename your branch so that it works with the Actions files --------- Co-authored-by: Daniel Patrick <[email protected]>
1 parent 2c90a8f commit eb740bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test_full_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v3
6060

6161
- name: Set up Python 3.8
62-
uses: actions/setup-python@v3
62+
uses: actions/setup-python@v4
6363
with:
6464
python-version: 3.8
6565

.github/workflows/test_role_beats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v3
7979

8080
- name: Set up Python 3.8
81-
uses: actions/setup-python@v3
81+
uses: actions/setup-python@v4
8282
with:
8383
python-version: 3.8
8484

.github/workflows/test_roles_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v3
5959

6060
- name: Set up Python 3.8
61-
uses: actions/setup-python@v3
61+
uses: actions/setup-python@v4
6262
with:
6363
python-version: 3.8
6464

0 commit comments

Comments
 (0)