Skip to content

Commit 8b1493d

Browse files
openvpn-inc-ciflichtenheld
authored andcommitted
chore(deps): update github actions
1 parent 857682a commit 8b1493d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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@2ecc21724e5215b0e567bc399a2602d2ecb48541 # v4.1.1
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

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1313
- name: Self-hosted Renovate
14-
uses: renovatebot/github-action@9ba84f1ade243f8c2ce5b223df61cf23dc094584 # v43.0.13
14+
uses: renovatebot/github-action@aec779d4f7845f8431ddf403cf9659d4702ddde0 # v43.0.18
1515
with:
1616
configurationFile: .github/renovate-config.json
1717
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)