mirror of
https://github.com/primer/css.git
synced 2024-11-26 02:38:32 +03:00
Bump actions/github-script from 4.1 to 5 (#1619)
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e47324faa4
commit
33c6a41a14
2
.github/workflows/release_canary.yml
vendored
2
.github/workflows/release_canary.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Output canary version number
|
||||
uses: actions/github-script@v4.1
|
||||
uses: actions/github-script@v5
|
||||
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@v4.1
|
||||
uses: actions/github-script@v5
|
||||
with:
|
||||
script: |
|
||||
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
|
||||
|
6
.github/workflows/welcome.yml
vendored
6
.github/workflows/welcome.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
node-version: 14.x
|
||||
|
||||
- name: Get or Create Comment
|
||||
uses: actions/github-script@v4.1
|
||||
uses: actions/github-script@v5
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
@ -84,7 +84,7 @@ jobs:
|
||||
name: Semantic Version Label
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@v4.1
|
||||
- uses: actions/github-script@v5
|
||||
id: version-result
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
@ -97,7 +97,7 @@ jobs:
|
||||
return match[0][1]
|
||||
}
|
||||
|
||||
- uses: actions/github-script@v4.1
|
||||
- uses: actions/github-script@v5
|
||||
env:
|
||||
RELEASE: ${{ steps.version-result.outputs.result }}
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user