Skip to content

Commit 50a0edd

Browse files
🛠️ Bump actions/github-script from 7 to 8 (#3624)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76ac75f commit 50a0edd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
steps:
179179
- name: Delete Untagged Images
180180
if: (github.event_name != 'pull_request') && (github.repository == 'moveit/moveit2')
181-
uses: actions/github-script@v7
181+
uses: actions/github-script@v8
182182
with:
183183
github-token: ${{ secrets.DELETE_PACKAGES_TOKEN }}
184184
script: |

.github/workflows/tutorial_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- name: Delete Untagged Images
7777
if: (github.event_name != 'pull_request') && (github.repository == 'moveit/moveit2')
78-
uses: actions/github-script@v7
78+
uses: actions/github-script@v8
7979
with:
8080
github-token: ${{ secrets.DELETE_PACKAGES_TOKEN }}
8181
script: |

0 commit comments

Comments
 (0)