Skip to content

Commit

Permalink
Merge pull request #82 from auto-differentiation/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/hendrikmuhs/ccache-action-1.2.10

Bump hendrikmuhs/ccache-action from 1.2.9 to 1.2.10
  • Loading branch information
xcelerit-team authored Aug 14, 2023
2 parents fe11609 + 62da92a commit a167b6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
choco install -y ninja sccache
- name: ccache
if: ${{ matrix.sccache == 'true' }}
uses: hendrikmuhs/ccache-action@v1.2.9
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: windows-${{ matrix.compiler }}-${{ matrix.toolset }}-${{ matrix.config }}
variant: sccache
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
with:
github-api-token: ${{ secrets.CMAKE_TOKEN }}
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.9
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: linux-${{ matrix.compiler }}-${{ matrix.config }}-${{ matrix.reuse_slots }}
- name: configure
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
with:
github-api-token: ${{ secrets.CMAKE_TOKEN }}
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.9
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: linux-${{ matrix.compiler }}-${{ matrix.config }}-${{ matrix.reuse_slots }}
- name: configure
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
brew install lcov
- uses: actions/checkout@v3
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.9
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: macos-${{ matrix.config }}
- name: configure
Expand Down

0 comments on commit a167b6f

Please sign in to comment.