Skip to content

Commit

Permalink
Merge pull request #147 from kubewarden/renovate/actions-github-scrip…
Browse files Browse the repository at this point in the history
…t-7.x

chore(deps): update actions/github-script action to v7.0.1
  • Loading branch information
viccuad authored Nov 20, 2023
2 parents dd3f36c + 1011560 commit 38fff1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Get latest release tag
id: get_last_release_tag
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
let release = await github.rest.repos.getLatestRelease({
Expand All @@ -76,7 +76,7 @@ jobs:
core.setFailed("Cannot find latest release")
- name: Get release ID from the release created by release drafter
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
let releases = await github.rest.repos.listReleases({
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Upload release assets
id: upload_release_assets
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
let fs = require('fs');
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
}
- name: Publish release
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
const {RELEASE_ID} = process.env
Expand Down

0 comments on commit 38fff1b

Please sign in to comment.