4343 githubCopilotChanged : ${{ steps.filter.outputs.github_copilot }}
4444 steps :
4545 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
46- - uses : dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
46+ - uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
4747 id : filter
4848 with :
4949 filters : |
@@ -298,7 +298,7 @@ jobs:
298298 run : curl -fsSL https://ollama.com/install.sh | sh
299299 working-directory : .
300300 - name : Cache Ollama models
301- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
301+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
302302 with :
303303 path : ~/.ollama/models
304304 key : ollama-models-qwen2.5-1.5b-nomic-embed-text-v1
@@ -743,12 +743,12 @@ jobs:
743743 python-version : ${{ env.UV_PYTHON }}
744744 os : ${{ runner.os }}
745745 - name : Download all test results from current run
746- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
746+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
747747 with :
748748 pattern : test-results-*
749749 path : test-results/
750750 - name : Restore report history cache
751- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
751+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
752752 with :
753753 path : python/integration-report-history.json
754754 key : integration-report-history-merge-${{ github.run_id }}
@@ -765,7 +765,7 @@ jobs:
765765 run : cat integration-test-report.md >> $GITHUB_STEP_SUMMARY
766766 - name : Save report history cache
767767 if : always()
768- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
768+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
769769 with :
770770 path : python/integration-report-history.json
771771 key : integration-report-history-merge-${{ github.run_id }}
0 commit comments