Skip to content

Commit 7898e42

Browse files
Merge pull request #436 from PrestaEdit/patch-1
Replace deprecated usage of ::set-output in Github actions
2 parents 1735641 + 57e20bb commit 7898e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: 3.9
1919
- id: set-versions
20-
run: echo "::set-output name=versions::$(./get_json_versions.py)"
20+
run: echo "versions=$(./get_json_versions.py)" >> $GITHUB_OUTPUT
2121

2222
# Push image base
2323
- name: Login to Docker Hub

0 commit comments

Comments
 (0)