ci(action): bump actions/github-script from 6.3.2 to 6.3.3

Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.3.3.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6.3.2...v6.3.3)

---
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:
dependabot[bot] 2022-10-14 11:49:14 +00:00 committed by GitHub
parent 9a77d221b9
commit 847898dca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Repo metadata - name: Repo metadata
id: repo id: repo
uses: actions/github-script@v6.3.2 uses: actions/github-script@v6.3.3
with: with:
script: | script: |
const repo = await github.rest.repos.get(context.repo) const repo = await github.rest.repos.get(context.repo)
@ -55,7 +55,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }} run: echo ${{ steps.buildx.outputs.platforms }}
- name: Get platforms - name: Get platforms
uses: actions/github-script@v6.3.2 uses: actions/github-script@v6.3.3
id: platforms id: platforms
env: env:
DOCKER_CLI_EXPERIMENTAL: enabled DOCKER_CLI_EXPERIMENTAL: enabled

View File

@ -100,7 +100,7 @@ jobs:
steps: steps:
- name: Recreate tag - name: Recreate tag
uses: actions/github-script@v6.3.2 uses: actions/github-script@v6.3.3
with: with:
script: | script: |
const tag = 'tags/${{ matrix.tag }}'; const tag = 'tags/${{ matrix.tag }}';
@ -130,7 +130,7 @@ jobs:
- name: Repo metadata - name: Repo metadata
id: repo id: repo
uses: actions/github-script@v6.3.2 uses: actions/github-script@v6.3.3
with: with:
script: | script: |
const repo = await github.rest.repos.get(context.repo) const repo = await github.rest.repos.get(context.repo)
@ -154,7 +154,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }} run: echo ${{ steps.buildx.outputs.platforms }}
- name: Get platforms - name: Get platforms
uses: actions/github-script@v6.3.2 uses: actions/github-script@v6.3.3
id: platforms id: platforms
env: env:
DOCKER_CLI_EXPERIMENTAL: enabled DOCKER_CLI_EXPERIMENTAL: enabled