File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v4
16
16
17
17
- name : Install Updatecli in the runner
18
- uses : updatecli/updatecli-action@v2.81 .0
18
+ uses : updatecli/updatecli-action@v2.82 .0
19
19
20
20
- name : Run Updatecli in Dry Run mode
21
21
run : updatecli diff --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml --values ./updatecli/values.temurin.yaml
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ ENV JENKINS_AGENT_USER=${user}
95
95
ENV JENKINS_AGENT_WORK=${JENKINS_AGENT_WORK}
96
96
97
97
# Setup SSH server
98
- ARG OPENSSH_VERSION=v9.8.2 .0p2-Preview
98
+ ARG OPENSSH_VERSION=v9.8.3 .0p2-Preview
99
99
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
100
100
$url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/download/{0}/OpenSSH-Win64.zip' -f $env:OPENSSH_VERSION ; `
101
101
Write-Host "Retrieving $url..." ; `
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN $CurrentPath = (Get-Itemproperty -path 'hklm:\system\currentcontrolset\contr
83
83
& C:\m ingit\c md\g it.exe lfs install
84
84
85
85
# Setup SSH server
86
- ARG OPENSSH_VERSION=v9.8.2 .0p2-Preview
86
+ ARG OPENSSH_VERSION=v9.8.3 .0p2-Preview
87
87
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
88
88
$url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/download/{0}/OpenSSH-Win64.zip' -f $env:OPENSSH_VERSION ; `
89
89
Write-Host "Retrieving $url..." ; `
You can’t perform that action at this time.
0 commit comments