mirror of
https://github.com/Z3Prover/z3
synced 2026-03-03 12:16:54 +00:00
Bump actions/cache from 4.3.0 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v4.3.0...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
96285b0f91
commit
b7a4ddbcd5
8 changed files with 16 additions and 16 deletions
4
.github/workflows/api-coherence-checker.lock.yml
generated
vendored
4
.github/workflows/api-coherence-checker.lock.yml
generated
vendored
|
|
@ -268,7 +268,7 @@ jobs:
|
||||||
- name: Create cache-memory directory
|
- name: Create cache-memory directory
|
||||||
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
||||||
- name: Restore cache-memory file share data
|
- name: Restore cache-memory file share data
|
||||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
@ -1080,7 +1080,7 @@ jobs:
|
||||||
name: cache-memory
|
name: cache-memory
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
- name: Save cache-memory to cache (default)
|
- name: Save cache-memory to cache (default)
|
||||||
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
|
||||||
4
.github/workflows/code-conventions-analyzer.lock.yml
generated
vendored
4
.github/workflows/code-conventions-analyzer.lock.yml
generated
vendored
|
|
@ -262,7 +262,7 @@ jobs:
|
||||||
- name: Create cache-memory directory
|
- name: Create cache-memory directory
|
||||||
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
||||||
- name: Restore cache-memory file share data
|
- name: Restore cache-memory file share data
|
||||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
@ -1161,7 +1161,7 @@ jobs:
|
||||||
name: cache-memory
|
name: cache-memory
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
- name: Save cache-memory to cache (default)
|
- name: Save cache-memory to cache (default)
|
||||||
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
|
||||||
4
.github/workflows/csa-analysis.lock.yml
generated
vendored
4
.github/workflows/csa-analysis.lock.yml
generated
vendored
|
|
@ -252,7 +252,7 @@ jobs:
|
||||||
- name: Create cache-memory directory
|
- name: Create cache-memory directory
|
||||||
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
||||||
- name: Restore cache-memory file share data
|
- name: Restore cache-memory file share data
|
||||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
@ -1118,7 +1118,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
- name: Save cache-memory to cache (default)
|
- name: Save cache-memory to cache (default)
|
||||||
if: steps.check_cache_default.outputs.has_content == 'true'
|
if: steps.check_cache_default.outputs.has_content == 'true'
|
||||||
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
|
||||||
4
.github/workflows/deeptest.lock.yml
generated
vendored
4
.github/workflows/deeptest.lock.yml
generated
vendored
|
|
@ -275,7 +275,7 @@ jobs:
|
||||||
- name: Create cache-memory directory
|
- name: Create cache-memory directory
|
||||||
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
||||||
- name: Restore cache-memory file share data
|
- name: Restore cache-memory file share data
|
||||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
@ -1176,7 +1176,7 @@ jobs:
|
||||||
name: cache-memory
|
name: cache-memory
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
- name: Save cache-memory to cache (default)
|
- name: Save cache-memory to cache (default)
|
||||||
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
|
||||||
4
.github/workflows/issue-backlog-processor.lock.yml
generated
vendored
4
.github/workflows/issue-backlog-processor.lock.yml
generated
vendored
|
|
@ -267,7 +267,7 @@ jobs:
|
||||||
- name: Create cache-memory directory
|
- name: Create cache-memory directory
|
||||||
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
||||||
- name: Restore cache-memory file share data
|
- name: Restore cache-memory file share data
|
||||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
@ -1108,7 +1108,7 @@ jobs:
|
||||||
name: cache-memory
|
name: cache-memory
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
- name: Save cache-memory to cache (default)
|
- name: Save cache-memory to cache (default)
|
||||||
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
|
||||||
4
.github/workflows/soundness-bug-detector.lock.yml
generated
vendored
4
.github/workflows/soundness-bug-detector.lock.yml
generated
vendored
|
|
@ -275,7 +275,7 @@ jobs:
|
||||||
- name: Create cache-memory directory
|
- name: Create cache-memory directory
|
||||||
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
||||||
- name: Restore cache-memory file share data
|
- name: Restore cache-memory file share data
|
||||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
@ -1116,7 +1116,7 @@ jobs:
|
||||||
name: cache-memory
|
name: cache-memory
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
- name: Save cache-memory to cache (default)
|
- name: Save cache-memory to cache (default)
|
||||||
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
|
||||||
4
.github/workflows/tactic-to-simplifier.lock.yml
generated
vendored
4
.github/workflows/tactic-to-simplifier.lock.yml
generated
vendored
|
|
@ -267,7 +267,7 @@ jobs:
|
||||||
- name: Create cache-memory directory
|
- name: Create cache-memory directory
|
||||||
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
||||||
- name: Restore cache-memory file share data
|
- name: Restore cache-memory file share data
|
||||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
@ -1089,7 +1089,7 @@ jobs:
|
||||||
name: cache-memory
|
name: cache-memory
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
- name: Save cache-memory to cache (default)
|
- name: Save cache-memory to cache (default)
|
||||||
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
|
||||||
4
.github/workflows/workflow-suggestion-agent.lock.yml
generated
vendored
4
.github/workflows/workflow-suggestion-agent.lock.yml
generated
vendored
|
|
@ -268,7 +268,7 @@ jobs:
|
||||||
- name: Create cache-memory directory
|
- name: Create cache-memory directory
|
||||||
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
run: bash /opt/gh-aw/actions/create_cache_memory_dir.sh
|
||||||
- name: Restore cache-memory file share data
|
- name: Restore cache-memory file share data
|
||||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
@ -1080,7 +1080,7 @@ jobs:
|
||||||
name: cache-memory
|
name: cache-memory
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
- name: Save cache-memory to cache (default)
|
- name: Save cache-memory to cache (default)
|
||||||
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
key: memory-${{ env.GH_AW_WORKFLOW_ID_SANITIZED }}-${{ github.run_id }}
|
||||||
path: /tmp/gh-aw/cache-memory
|
path: /tmp/gh-aw/cache-memory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue