Skip to content

Commit 1f9be1a

Browse files
openvpn-inc-ciflichtenheld
authored andcommitted
chore(deps): update github actions
1 parent 492f576 commit 1f9be1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Restore vcpkg cache
3838
id: vcpkg-restore
39-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
39+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4040
with:
4141
path: "${{ github.workspace }}/vcpkg_cache"
4242
key: vcpkg-${{ matrix.arch }}-${{ hashFiles('**/src/openvpn/contrib/vcpkg-manifests/windows/vcpkg.json', '**/src/vcpkg/ports/openssl/vcpkg.json') }}
@@ -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@f3273e0bcecf2f2c0d3430de21bf02ab2752c47d # v4.1.0
53+
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.1.2
5454

5555
- name: Install rst2html
5656
run: python -m pip install --upgrade pip docutils
@@ -133,7 +133,7 @@ jobs:
133133
- name: Save vcpkg cache
134134
if: steps.vcpkg-restore.outputs.cache-hit != 'true'
135135
id: vcpkg-save
136-
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
136+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
137137
with:
138138
path: "${{ github.workspace }}/vcpkg_cache"
139139
key: ${{ steps.vcpkg-restore.outputs.cache-primary-key }}
@@ -148,7 +148,7 @@ jobs:
148148

149149
steps:
150150
- name: configure aws credentials
151-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
151+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
152152
with:
153153
aws-region: ${{ env.AWS_REGION }}
154154

@@ -286,7 +286,7 @@ jobs:
286286
287287
- name: Restore cached chroots
288288
id: chroots-restore
289-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
289+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
290290
with:
291291
path: |
292292
debian-sbuild/chroots
@@ -309,7 +309,7 @@ jobs:
309309
- name: Save chroots
310310
if: steps.chroots-restore.outputs.cache-hit != 'true'
311311
id: chroots-save
312-
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
312+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
313313
with:
314314
path: |
315315
debian-sbuild/chroots

0 commit comments

Comments
 (0)