Skip to content

Commit

Permalink
Updated workflow with latest checkout and cache actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Apr 22, 2024
1 parent ed94161 commit 74a949e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true

- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/vcpkg
Expand Down

0 comments on commit 74a949e

Please sign in to comment.