Skip to content

Commit ec7c381

Browse files
chore(deps): update github actions
1 parent 9c2e0a2 commit ec7c381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
steps:
5353
- name: Deploy to GitHub Pages
5454
id: deployment
55-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
55+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
41+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
79+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8080
with:
8181
name: openvpn3-mingw-${{ matrix.arch }}
8282
path: |

0 commit comments

Comments
 (0)