mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
Merge pull request #379 from prometheus-community/renovate/actions-github-script-7.x
chore(deps): update actions/github-script action to v7
This commit is contained in:
commit
cbedbdf88b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docs-pr.yml
vendored
2
.github/workflows/docs-pr.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
steps:
|
||||
- name: Get the latest tag
|
||||
id: get-latest-tag
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
const latestTag = await github.rest.repos.listTags({
|
||||
|
|
2
.github/workflows/docs-push.yml
vendored
2
.github/workflows/docs-push.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
steps:
|
||||
- name: Get the latest tag
|
||||
id: get-latest-tag
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
const latestTag = await github.rest.repos.listTags({
|
||||
|
|
Loading…
Reference in a new issue