Skip to content

Commit cecbe18

Browse files
authored
CI-unixish-docker.yml: fixate hendrikmuhs/ccache-action on 1.2.11 to fix older images (#5918)
See https://github.com/danmar/cppcheck/actions/runs/7677304162/job/20926809147?pr=5917 hendrikmuhs/ccache-action#178
1 parent deafea3 commit cecbe18

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/CI-unixish-docker.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ jobs:
5353
# needs to be called after the package installation since
5454
# - it doesn't call "apt-get update"
5555
# - it doesn't support centos
56+
#
57+
# needs to be to fixated on 1.2.11 so it works with older images - see https://github.com/hendrikmuhs/ccache-action/issues/178
5658
- name: ccache
57-
uses: hendrikmuhs/[email protected]
59+
uses: hendrikmuhs/[email protected].11
5860
with:
5961
key: ${{ github.workflow }}-${{ matrix.image }}
6062

@@ -110,8 +112,10 @@ jobs:
110112
# needs to be called after the package installation since
111113
# - it doesn't call "apt-get update"
112114
# - it doesn't support centos
115+
#
116+
# needs to be to fixated on 1.2.11 so it works with older images - see https://github.com/hendrikmuhs/ccache-action/issues/178
113117
- name: ccache
114-
uses: hendrikmuhs/[email protected]
118+
uses: hendrikmuhs/[email protected].11
115119
with:
116120
key: ${{ github.workflow }}-${{ matrix.image }}
117121

0 commit comments

Comments
 (0)