|
21 | 21 | scripts: ${{ steps.filter.outputs.scripts }} |
22 | 22 | steps: |
23 | 23 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
24 | | - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 |
| 24 | + - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 |
25 | 25 | id: filter |
26 | 26 | with: |
27 | 27 | filters: | |
|
48 | 48 |
|
49 | 49 | - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 |
50 | 50 |
|
51 | | - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
| 51 | + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 |
52 | 52 | with: |
53 | 53 | path: ~/.local/share/pnpm/store/v3 |
54 | 54 | key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }} |
|
78 | 78 |
|
79 | 79 | - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 |
80 | 80 |
|
81 | | - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
| 81 | + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 |
82 | 82 | with: |
83 | 83 | path: ~/.local/share/pnpm/store/v3 |
84 | 84 | key: ${{ runner.os }}-pnpm-cors-proxy-${{ hashFiles('cors-proxy/pnpm-lock.yaml') }} |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 |
|
141 | 141 | - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 |
142 | 142 |
|
143 | | - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
| 143 | + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 |
144 | 144 | with: |
145 | 145 | path: ~/.local/share/pnpm/store/v3 |
146 | 146 | key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }} |
@@ -173,7 +173,7 @@ jobs: |
173 | 173 |
|
174 | 174 | - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 |
175 | 175 |
|
176 | | - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
| 176 | + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 |
177 | 177 | with: |
178 | 178 | path: ~/.local/share/pnpm/store/v3 |
179 | 179 | key: ${{ runner.os }}-pnpm-cors-proxy-${{ hashFiles('cors-proxy/pnpm-lock.yaml') }} |
|
0 commit comments