mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-09-03 04:41:14 +02:00
chore: fix deprecated github action command (#2163)
This commit is contained in:
parent
4068700e27
commit
c07a8f54b4
2
.github/workflows/versions.yaml
vendored
2
.github/workflows/versions.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
|
||||
# Get the links to the changelogs of the updated versions and make them
|
||||
# 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'
|
||||
- name: Update jsonnet dependencies
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user