Skip to content

Commit

Permalink
Bump hendrikmuhs/ccache-action from 1.2.5 to 1.2.11
Browse files Browse the repository at this point in the history
Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.5 to 1.2.11.
- [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)
- [Commits](hendrikmuhs/ccache-action@v1.2.5...v1.2.11)

---
updated-dependencies:
- dependency-name: hendrikmuhs/ccache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 15, 2024
1 parent 52a28f7 commit 07aed04
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fi
- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].11
with:
key: ${{ matrix.runs-on }}-python-${{ matrix.python }}-ccache
max-size: 75M
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
brew install libomp ccache
- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].11
with:
key: macos-${{ matrix.xcode }}-ccache
max-size: 75M
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
libboost-filesystem-dev gdb --no-install-recommends
- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].11
with:
key: gcc-${{ matrix.gcc }}-ccache
max-size: 75M
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
gdb --no-install-recommends
- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].11
with:
key: clang-${{ matrix.clang }}-ccache
max-size: 75M
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# - name: Setup CCache
# uses: hendrikmuhs/[email protected].5
# uses: hendrikmuhs/[email protected].11
# with:
# key: mingw64-ccache
# max-size: 75M
Expand Down Expand Up @@ -993,7 +993,7 @@ jobs:
--no-install-recommends
- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].11
with:
key: cuda-${{ matrix.cuda }}-ccache
max-size: 75M
Expand Down Expand Up @@ -1071,7 +1071,7 @@ jobs:
libboost-filesystem-dev --no-install-recommends
- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].11
with:
key: nvhpc-${{ matrix.nvhpc }}-ccache
max-size: 75M
Expand Down

0 comments on commit 07aed04

Please sign in to comment.