🔧 Renovate: Update (patch) actions/cache action to v4.0.2 #35
@@ -23,7 +23,7 @@ jobs:
|
|||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Cache tea CLI
|
- name: Cache tea CLI
|
||||||
id: cache-tea
|
id: cache-tea
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||||
with:
|
with:
|
||||||
path: /opt/hostedtoolcache/tea/${{ env.TEA_VERSION }}/x64
|
path: /opt/hostedtoolcache/tea/${{ env.TEA_VERSION }}/x64
|
||||||
key: tea-${{ runner.os }}-${{ env.TEA_VERSION }}
|
key: tea-${{ runner.os }}-${{ env.TEA_VERSION }}
|
||||||
@@ -111,7 +111,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Cache tea CLI
|
- name: Cache tea CLI
|
||||||
id: cache-tea
|
id: cache-tea
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||||
with:
|
with:
|
||||||
path: /opt/hostedtoolcache/tea/${{ env.TEA_VERSION }}/x64
|
path: /opt/hostedtoolcache/tea/${{ env.TEA_VERSION }}/x64
|
||||||
key: tea-${{ runner.os }}-${{ env.TEA_VERSION }}
|
key: tea-${{ runner.os }}-${{ env.TEA_VERSION }}
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Cache tea CLI
|
- name: Cache tea CLI
|
||||||
id: cache-tea
|
id: cache-tea
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||||
with:
|
with:
|
||||||
path: /opt/hostedtoolcache/tea/${{ env.TEA_VERSION }}/x64
|
path: /opt/hostedtoolcache/tea/${{ env.TEA_VERSION }}/x64
|
||||||
key: tea-${{ runner.os }}-${{ env.TEA_VERSION }}
|
key: tea-${{ runner.os }}-${{ env.TEA_VERSION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user