Skip to content

Commit 444d4df

Browse files
chore(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] <support@github.com>
1 parent 4b34b0b commit 444d4df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-check-ubi10.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
docker manifest push ${{ env.REGISTRY }}/base-developer-image:ubi10-pr-${{github.event.number}}
9696
- name: 'Comment PR'
97-
uses: actions/github-script@v7
97+
uses: actions/github-script@v8
9898
with:
9999
script: |
100100
const { repo: { owner, repo } } = context;
@@ -181,7 +181,7 @@ jobs:
181181
#
182182
# docker manifest push ${{ env.REGISTRY }}/universal-developer-image:ubi10-pr-${{github.event.number}}
183183
# - name: 'Comment PR'
184-
# uses: actions/github-script@v7
184+
# uses: actions/github-script@v8
185185
# with:
186186
# script: |
187187
# const { repo: { owner, repo } } = context;

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
131131
docker manifest push ${{ env.REGISTRY }}/universal-developer-image:pr-${{github.event.number}}
132132
- name: 'Comment PR'
133-
uses: actions/github-script@v7
133+
uses: actions/github-script@v8
134134
with:
135135
script: |
136136
const { repo: { owner, repo } } = context;

0 commit comments

Comments
 (0)