Skip to content

Commit 5a45d57

Browse files
openvpn-inc-ciflichtenheld
authored andcommitted
chore(deps): update github actions
1 parent 94f5c46 commit 5a45d57

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
echo "DATETIME=${dt}" >> $Env:GITHUB_ENV
126126
127127
- name: Archive artifacts
128-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
128+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
129129
with:
130130
name: openvpn-msi-${{ env.DATETIME }}-${{ env.OPENVPN_COMMIT }}-${{ matrix.arch }}
131131
path: ${{ github.workspace }}\windows-msi\image\*-${{ matrix.arch }}.msi
@@ -170,7 +170,7 @@ jobs:
170170
rm -fr msi
171171

172172
- name: Get artifacts
173-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
173+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
174174
with:
175175
pattern: "openvpn-msi-*-amd64"
176176
path: msi
@@ -184,7 +184,7 @@ jobs:
184184
.\Start-AWSTest.ps1 -SSH_KEY ~/.ssh/id_rsa -MSI_PATH $(Get-ChildItem ../msi/*.msi | select -ExpandProperty FullName)
185185
186186
- name: Archive openvpn logs
187-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
187+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
188188
if: ${{ always() }}
189189
with:
190190
name: t_client_openvpn_logs
@@ -201,7 +201,7 @@ jobs:
201201
run: sudo apt install knockd
202202

203203
- name: Get artifacts
204-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
204+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
205205
with:
206206
path: msi
207207

@@ -329,7 +329,7 @@ jobs:
329329
sg sbuild ./scripts/build-all.sh
330330
331331
- name: Archive packages
332-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
332+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
333333
with:
334334
name: openvpn-debian-${{ matrix.arch }}
335335
path: |

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
12+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313
- name: Self-hosted Renovate
1414
uses: renovatebot/github-action@aec779d4f7845f8431ddf403cf9659d4702ddde0 # v43.0.18
1515
with:

0 commit comments

Comments
 (0)