Skip to content

Commit cf51718

Browse files
committed
Merge branch 'dev/settings-path-fix' of https://github.com/microsoft/p4vfs into dev/settings-path-fix
2 parents 491fa58 + 80f7931 commit cf51718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/p4vfs-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
Write-Output "ImageVersion=$env:ImageVersion" >> $env:GITHUB_ENV
3939
4040
- name: Checkout the repo
41-
uses: actions/checkout@v4.1.7
41+
uses: actions/checkout@v4.2.2
4242

4343
- name: Setup MSBuild
4444
uses: microsoft/setup-msbuild@v2
4545
with:
4646
msbuild-architecture: x64
4747

4848
- name: Cache OpenSSL ${{env.ImageOS}} ${{env.ImageVersion}}
49-
uses: actions/cache@v4.0.2
49+
uses: actions/cache@v4.2.0
5050
with:
5151
path: |
5252
external/OpenSSL

0 commit comments

Comments
 (0)