Skip to content

Commit 8cd4103

Browse files
RenovateBotJenkins-dev
authored andcommitted
chore(deps): update github actions
1 parent e6f874f commit 8cd4103

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/coverity-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Check submission cache
1212
id: check_submit
13-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
13+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
1414
with:
1515
path: |
1616
cov-int
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Cache submission
7979
if: steps.check_submit.outputs.cache-hit != 'true'
80-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
80+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
8181
with:
8282
path: |
8383
cov-int

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
configurePreset: win-${{ matrix.arch }}-release
3939
buildPreset: win-${{ matrix.arch }}-release
4040

41-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
41+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4242
with:
4343
name: openvpn3-msvc-${{ matrix.arch }}
4444
path: |
@@ -76,7 +76,7 @@ jobs:
7676
configurePreset: mingw-${{ matrix.arch }}-release
7777
buildPreset: mingw-${{ matrix.arch }}-release
7878

79-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
79+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8080
with:
8181
name: openvpn3-mingw-${{ matrix.arch }}
8282
path: |

0 commit comments

Comments
 (0)