mirror of
https://github.com/primer/css.git
synced 2024-12-25 07:03:35 +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 }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Output canary version number
|
- name: Output canary version number
|
||||||
uses: actions/github-script@v3
|
uses: actions/github-script@v4.0.2
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
|
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 }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Output candidate version number
|
- name: Output candidate version number
|
||||||
uses: actions/github-script@v3
|
uses: actions/github-script@v4.0.2
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
|
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
|
name: Semantic Version Label
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v3
|
- uses: actions/github-script@v4.0.2
|
||||||
id: version-result
|
id: version-result
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
return match[0][1]
|
return match[0][1]
|
||||||
}
|
}
|
||||||
|
|
||||||
- uses: actions/github-script@v3
|
- uses: actions/github-script@v4.0.2
|
||||||
env:
|
env:
|
||||||
RELEASE: ${{ steps.version-result.outputs.result }}
|
RELEASE: ${{ steps.version-result.outputs.result }}
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user