Skip to content

Commit ac24e33

Browse files
build(deps): bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fc8ed6 commit ac24e33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-docker-artifacts-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: ./tmp/github-workflows
5959

6060
- name: Extract customer from payload
61-
uses: actions/github-script@v7
61+
uses: actions/github-script@v8
6262
id: get-customer
6363
with:
6464
script: |

.github/workflows/build-docker-artifacts-trigger-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
rm -rf .venv
6868
6969
- name: Get customers from ./deploy/build/config.json
70-
uses: actions/github-script@v7
70+
uses: actions/github-script@v8
7171
id: get-customers
7272
with:
7373
script: |

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
rm -rf .venv
8989
9090
- name: Get all flavors and components from ./deploy/build/config.json
91-
uses: actions/github-script@v7
91+
uses: actions/github-script@v8
9292
id: get-flavors
9393
with:
9494
script: |

0 commit comments

Comments
 (0)