Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tsvetanov committed Jul 16, 2024
1 parent d5a6591 commit f99ba7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_cache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: "composite"
steps:
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4.0.2
with:
# You might want to add .ccache to your cache configuration?
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
generator: ${{ matrix.generator }}

- name: Setup Cpp
uses: aminya/setup-cpp@v1
uses: aminya/setup-cpp@v0.37.0
with:
compiler: ${{ matrix.compiler }}
vcvarsall: ${{ contains(matrix.os, 'windows' )}}
Expand Down

0 comments on commit f99ba7c

Please sign in to comment.