Skip to content

Commit

Permalink
updating deprecated workflow action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jessk-msft authored Jan 19, 2025
1 parent a6cf04a commit 80f7931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/p4vfs-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
Write-Output "ImageVersion=$env:ImageVersion" >> $env:GITHUB_ENV
- name: Checkout the repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64

- name: Cache OpenSSL ${{env.ImageOS}} ${{env.ImageVersion}}
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: |
external/OpenSSL
Expand Down

0 comments on commit 80f7931

Please sign in to comment.