Skip to content
Snippets Groups Projects
Unverified Commit c07a8f54 authored by dscho99's avatar dscho99 Committed by GitHub
Browse files

chore: fix deprecated github action command (#2163)

parent 4068700e
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ jobs: ...@@ -33,7 +33,7 @@ jobs:
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
# Get the links to the changelogs of the updated versions and make them # Get the links to the changelogs of the updated versions and make them
# available to the reviewers # available to the reviewers
echo ::set-output name=new_changelogs::$(scripts/get-new-changelogs.sh) echo "new_changelogs=$(scripts/get-new-changelogs.sh)" >> $GITHUB_OUTPUT
if: matrix.branch == 'main' if: matrix.branch == 'main'
- name: Update jsonnet dependencies - name: Update jsonnet dependencies
run: | run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment