Skip to content

Commit

Permalink
Updates some actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed May 6, 2024
1 parent 3be72a5 commit 3c3ee14
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 @@ -23,12 +23,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 3c3ee14

Please sign in to comment.