Skip to content

Commit 4138e51

Browse files
committed
update ccache-action with patch version
1 parent 3d69d08 commit 4138e51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sample-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
sudo apt-get update -y
160160
161161
- name: ccache
162-
uses: hendrikmuhs/ccache-action@v1.2
162+
uses: hendrikmuhs/ccache-action@v1.2.23
163163
with:
164164
create-symlink: false
165165
variant: ${{ env.cache-variant }}

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
sudo apt-get update -y
148148
149149
- name: ccache
150-
uses: hendrikmuhs/ccache-action@v1.2
150+
uses: hendrikmuhs/ccache-action@v1.2.23
151151
with:
152152
create-symlink: false
153153
variant: ${{ env.cache-variant }}

0 commit comments

Comments
 (0)