Skip to content

Commit d9e6a63

Browse files
chore(deps): update github actions
1 parent 3881162 commit d9e6a63

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout openvpn-build
31-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
31+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
with:
3333
fetch-depth: 0
3434
submodules: true
@@ -49,7 +49,7 @@ jobs:
4949
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
5050

5151
- name: Set up Java
52-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
52+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
5353
if: ${{ env.SigningKeyStore != '' }}
5454
with:
5555
java-version: 17
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Authenticate to Google Cloud
8080
id: 'auth'
81-
uses: 'google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed' # v2
81+
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3
8282
if: ${{ env.SigningKeyStore != '' }}
8383
with:
8484
create_credentials_file: false
@@ -114,7 +114,7 @@ jobs:
114114
echo "DATETIME=${dt}" >> $Env:GITHUB_ENV
115115
116116
- name: Archive artifacts
117-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
117+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
118118
with:
119119
name: openvpn-master-${{ env.DATETIME }}-${{ env.OPENVPN_COMMIT }}-${{ matrix.arch }}
120120
path: ${{ github.workspace }}\windows-msi\image\*-${{ matrix.arch }}.msi
@@ -129,12 +129,12 @@ jobs:
129129

130130
steps:
131131
- name: configure aws credentials
132-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
132+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
133133
with:
134134
aws-region: ${{ env.AWS_REGION }}
135135

136136
- name: Clone openvpn-windows-test repo
137-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
137+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
138138
with:
139139
repository: openvpn/openvpn-windows-test
140140
ref: release/2.6
@@ -151,7 +151,7 @@ jobs:
151151
rm -fr msi
152152

153153
- name: Get artifacts
154-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
154+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
155155
with:
156156
path: msi
157157

@@ -164,7 +164,7 @@ jobs:
164164
.\Start-AWSTest.ps1 -SSH_KEY ~/.ssh/id_rsa -MSI_PATH $(Get-ChildItem ../msi/*-amd64/*.msi | select -ExpandProperty FullName)
165165
166166
- name: Archive openvpn logs
167-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
167+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
168168
if: ${{ always() }}
169169
with:
170170
name: t_client_openvpn_logs
@@ -181,7 +181,7 @@ jobs:
181181
run: sudo apt install knockd
182182

183183
- name: Get artifacts
184-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
184+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
185185
with:
186186
path: msi
187187

@@ -225,7 +225,7 @@ jobs:
225225

226226
steps:
227227
- name: Checkout openvpn-build
228-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
228+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
229229
with:
230230
fetch-depth: 0
231231
submodules: true
@@ -301,7 +301,7 @@ jobs:
301301
sg sbuild ./scripts/build-all.sh
302302
303303
- name: Archive packages
304-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
304+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
305305
with:
306306
name: openvpn-debian-${{ matrix.arch }}
307307
path: |

0 commit comments

Comments
 (0)