Skip to content

Commit

Permalink
Updated checkout to v4
Browse files Browse the repository at this point in the history
Updated setup-cpp to v2
  • Loading branch information
capo-at-the-5th-fret committed Oct 30, 2024
1 parent 6d0efb4 commit ab2efa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- os: "windows-2022"
compiler: "msvc"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v3
with:
Expand All @@ -48,7 +48,7 @@ jobs:
${{ runner.os }}-${{ env.BUILD_TYPE }}-
- name: Setup Cpp
uses: aminya/setup-cpp@v1
uses: aminya/setup-cpp@v2
with:
compiler: ${{ matrix.compiler }}
vcvarsall: ${{ contains(matrix.os, 'windows') }}
Expand Down

0 comments on commit ab2efa5

Please sign in to comment.