Skip to content

Commit 959c66e

Browse files
fix(deps): update dependency powershell to v7.6.2
| datasource | package | from | to | | --------------- | --------------------- | ------ | ------ | | github-releases | PowerShell/PowerShell | v7.6.1 | v7.6.2 |
1 parent c53aa2f commit 959c66e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV DOTNET_CLI_UI_LANGUAGE=en-us
1616
RUN install-tool docker v28.5.2
1717

1818
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
19-
RUN install-tool powershell v7.6.1
19+
RUN install-tool powershell v7.6.2
2020

2121
# renovate: datasource=dotnet packageName=dotnet-sdk
2222
RUN install-tool dotnet 8.0.421

windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN prepare-user 'jenkins-slave$'
1616
RUN git config --system safe.directory "*"
1717

1818
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
19-
RUN install-tool powershell v7.6.1
19+
RUN install-tool powershell v7.6.2
2020

2121
# renovate: datasource=node
2222
RUN install-tool node 24.16.0

0 commit comments

Comments
 (0)