Skip to content

Commit 475da9f

Browse files
chore(deps): update actions/github-script action to v8 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cdfd8f0 commit 475da9f

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
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Extract version number
9797
id: extract_version
98-
uses: actions/github-script@v7
98+
uses: actions/github-script@v8
9999
with:
100100
script: |
101101
const agentVersion = '${{ matrix.agent_version }}';

.github/workflows/ci.yaml

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

3535
- name: Extract version number
3636
id: extract_version
37-
uses: actions/github-script@v7
37+
uses: actions/github-script@v8
3838
with:
3939
script: |
4040
const agentVersion = '${{ matrix.agent_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.agent_version }}';

0 commit comments

Comments
 (0)