ci(action): bump actions/github-script from 6.3.1 to 6.3.2
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.1 to 6.3.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.3.1...v6.3.2) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
34024d32b3
commit
1739634af8
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
- name: Repo metadata
|
||||
id: repo
|
||||
uses: actions/github-script@v6.3.1
|
||||
uses: actions/github-script@v6.3.2
|
||||
with:
|
||||
script: |
|
||||
const repo = await github.rest.repos.get(context.repo)
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
|
||||
- name: Get platforms
|
||||
uses: actions/github-script@v6.3.1
|
||||
uses: actions/github-script@v6.3.2
|
||||
id: platforms
|
||||
env:
|
||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||
|
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Recreate tag
|
||||
uses: actions/github-script@v6.3.1
|
||||
uses: actions/github-script@v6.3.2
|
||||
with:
|
||||
script: |
|
||||
const tag = 'tags/${{ matrix.tag }}';
|
||||
|
@ -130,7 +130,7 @@ jobs:
|
|||
|
||||
- name: Repo metadata
|
||||
id: repo
|
||||
uses: actions/github-script@v6.3.1
|
||||
uses: actions/github-script@v6.3.2
|
||||
with:
|
||||
script: |
|
||||
const repo = await github.rest.repos.get(context.repo)
|
||||
|
@ -154,7 +154,7 @@ jobs:
|
|||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
|
||||
- name: Get platforms
|
||||
uses: actions/github-script@v6.3.1
|
||||
uses: actions/github-script@v6.3.2
|
||||
id: platforms
|
||||
env:
|
||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||
|
|
Loading…
Reference in New Issue