Skip to content

Commit

Permalink
build(deps): bump actions/github-script from 6.2.0 to 6.3.0 (#521)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 27, 2022
1 parent 6144ada commit 8bfb8ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ensure-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set Platform options
id: platform_opts
uses: actions/github-script@v6.2.0
uses: actions/github-script@v6.3.0
env:
OS: ${{ matrix.os }}
with:
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
uses: actions/github-script@v6.2.0
uses: actions/github-script@v6.3.0
env:
OS: ${{ matrix.os }}
with:
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Set extra options
id: extra_options
uses: actions/github-script@v6.2.0
uses: actions/github-script@v6.3.0
env:
FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
with:
Expand Down

0 comments on commit 8bfb8ec

Please sign in to comment.