Merge pull request #166 from trim21/patch-1

remove action version from example
This commit is contained in:
Sylvestre Ledru
2024-11-27 15:42:57 +01:00
committed by GitHub
+1 -1
View File
@@ -56,7 +56,7 @@ Note that using the previous declaration will automatically create a
``` ```
- name: Run sccache-cache - name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.6 uses: mozilla-actions/sccache-action
with: with:
disable_annotations: true disable_annotations: true
``` ```