Skip to content

Commit d00d1ee

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 18799da commit d00d1ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Extract version number
9999
id: extract_version
100-
uses: actions/github-script@v7
100+
uses: actions/github-script@v8
101101
with:
102102
script: |
103103
const agentVersion = '${{ matrix.db_version }}';

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Extract version number
4848
id: extract_version
49-
uses: actions/github-script@v7
49+
uses: actions/github-script@v8
5050
with:
5151
script: |
5252
const agentVersion = '${{ matrix.db_version }}';

.github/workflows/security_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Extract version number
4242
id: extract_version
43-
uses: actions/github-script@v7
43+
uses: actions/github-script@v8
4444
with:
4545
script: |
4646
const agentVersion = '${{ matrix.db_version }}';

0 commit comments

Comments
 (0)