Skip to content

Commit

Permalink
build(deps): bump actions/github-script from 7.0.0 to 7.0.1 (#1216)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7.0.0...v7.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 0a3cec6 commit 998e977
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set Platform options
id: platform_opts
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
OS: ${{ matrix.os }}
with:
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
OS: ${{ matrix.os }}
with:
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Set extra options
id: extra_options
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Set Platform options
id: platform_opts
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
OS: ${{ matrix.os }}
with:
Expand All @@ -140,7 +140,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
OS: ${{ matrix.os }}
with:
Expand All @@ -154,7 +154,7 @@ jobs:
- name: Set extra options
id: extra_options
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/java-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set Platform options
id: platform_opts
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
OS: ${{ matrix.os }}
with:
Expand All @@ -98,7 +98,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
OS: ${{ matrix.os }}
with:
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Set extra options
id: extra_options
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Set Platform options
id: platform_opts
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
OS: ${{ matrix.os }}
with:
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Calculate platform suffix
id: platform_suffix
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
OS: ${{ matrix.os }}
with:
Expand All @@ -108,7 +108,7 @@ jobs:
- name: Set extra options
id: extra_options
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
FORCE_UPDATE: ${{ github.event.inputs.forceUpdates }}
with:
Expand Down

0 comments on commit 998e977

Please sign in to comment.