Skip to content

Commit 8aee029

Browse files
authored
remove obsolete comment
1 parent 33987c8 commit 8aee029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
sudo pip install meson
8585
8686
- name: ccache
87-
uses: hendrikmuhs/ccache-action@v1 # Keep this at 1.2.11 until #181 or #182 is closed
87+
uses: hendrikmuhs/ccache-action@v1
8888
with:
8989
key: ${{ github.job }}-${{ matrix.os }}
9090

@@ -193,7 +193,7 @@ jobs:
193193
github_token: ${{ secrets.GITHUB_TOKEN }}
194194

195195
- name: ccache
196-
uses: hendrikmuhs/ccache-action@v1 # Keep this at 1.2.11 until #181 or #182 is closed
196+
uses: hendrikmuhs/ccache-action@v1
197197
with:
198198
key: ${{ github.job }}-${{ matrix.os }}
199199

0 commit comments

Comments
 (0)