Skip to content

Commit 8c549e4

Browse files
chore(deps): update github actions
1 parent 628b82e commit 8c549e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
vcpkgJsonGlob: '**/src/openvpn/contrib/vcpkg-manifests/windows/vcpkg.json'
5151

5252
- name: Get latest CMake and ninja
53-
uses: lukka/get-cmake@b78306120111dc2522750771cfd09ee7ca723687 # v4.3.0
53+
uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1
5454

5555
- name: Install rst2html
5656
run: python -m pip install --upgrade pip docutils
@@ -122,7 +122,7 @@ jobs:
122122
mv .\windows-msi\image\$orig_msi_name .\windows-msi\image\$msi_name
123123
124124
- name: Archive MSI
125-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
125+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
126126
with:
127127
path: ${{ github.workspace }}\windows-msi\image\*-${{ matrix.arch }}.msi
128128
archive: false
@@ -145,7 +145,7 @@ jobs:
145145

146146
steps:
147147
- name: configure aws credentials
148-
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
148+
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
149149
with:
150150
aws-region: ${{ env.AWS_REGION }}
151151

@@ -181,7 +181,7 @@ jobs:
181181
.\Start-AWSTest.ps1 -SSH_KEY ~/.ssh/id_rsa -MSI_PATH $(Get-ChildItem ../msi/*.msi | select -ExpandProperty FullName)
182182
183183
- name: Archive openvpn logs
184-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
184+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
185185
if: ${{ always() }}
186186
with:
187187
name: t_client_openvpn_logs
@@ -319,7 +319,7 @@ jobs:
319319
sg sbuild ./scripts/build-all.sh
320320
321321
- name: Archive packages
322-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
322+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
323323
with:
324324
name: openvpn-debian-${{ matrix.arch }}
325325
path: |

0 commit comments

Comments
 (0)