mirror of
https://github.com/primer/css.git
synced 2024-12-24 14:42:26 +03:00
Bump actions/github-script from v3 to v4.0.2
Bumps [actions/github-script](https://github.com/actions/github-script) from v3 to v4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
00f5d87c82
commit
a82b1b16c7
2
.github/workflows/release_canary.yml
vendored
2
.github/workflows/release_canary.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Output canary version number
|
||||
uses: actions/github-script@v3
|
||||
uses: actions/github-script@v4.0.2
|
||||
with:
|
||||
script: |
|
||||
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
|
||||
|
2
.github/workflows/release_candidate.yml
vendored
2
.github/workflows/release_candidate.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Output candidate version number
|
||||
uses: actions/github-script@v3
|
||||
uses: actions/github-script@v4.0.2
|
||||
with:
|
||||
script: |
|
||||
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
|
||||
|
4
.github/workflows/triage.yml
vendored
4
.github/workflows/triage.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
name: Semantic Version Label
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@v3
|
||||
- uses: actions/github-script@v4.0.2
|
||||
id: version-result
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
return match[0][1]
|
||||
}
|
||||
|
||||
- uses: actions/github-script@v3
|
||||
- uses: actions/github-script@v4.0.2
|
||||
env:
|
||||
RELEASE: ${{ steps.version-result.outputs.result }}
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user