Skip to content

Commit

Permalink
ci(action): bump actions/github-script from 6.3.0 to 6.3.1
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6.3.0...v6.3.1)

---
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>
  • Loading branch information
dependabot[bot] authored Sep 30, 2022
1 parent 9a923d1 commit a5676ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Repo metadata
id: repo
uses: actions/github-script@v6.3.0
uses: actions/github-script@v6.3.1
with:
script: |
const repo = await github.rest.repos.get(context.repo)
Expand All @@ -44,7 +44,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Get platforms
uses: actions/github-script@v6.3.0
uses: actions/github-script@v6.3.1
id: platforms
env:
DOCKER_CLI_EXPERIMENTAL: enabled
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

steps:
- name: Recreate tag
uses: actions/github-script@v6.3.0
uses: actions/github-script@v6.3.1
with:
script: |
const tag = 'tags/${{ matrix.tag }}';
Expand All @@ -121,7 +121,7 @@ jobs:

- name: Repo metadata
id: repo
uses: actions/github-script@v6.3.0
uses: actions/github-script@v6.3.1
with:
script: |
const repo = await github.rest.repos.get(context.repo)
Expand All @@ -146,7 +146,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Get platforms
uses: actions/github-script@v6.3.0
uses: actions/github-script@v6.3.1
id: platforms
env:
DOCKER_CLI_EXPERIMENTAL: enabled
Expand Down

0 comments on commit a5676ca

Please sign in to comment.