Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -103,7 +103,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -121,7 +121,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -139,7 +139,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -157,7 +157,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -175,7 +175,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -193,7 +193,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -211,7 +211,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -229,7 +229,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -247,7 +247,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -265,7 +265,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -283,7 +283,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -301,7 +301,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -319,7 +319,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Doesn't work yet, see https://github.com/actions/cache/issues/176
- name: Cache deb
id: deb-cache
uses: actions/cache@v2.1.4
uses: actions/cache@v3.0.10
with:
path: target/artifacts/vector-${{ env.VECTOR_VERSION }}-amd64.deb
key: vector-test-harness-packaged-deb-${{ steps.pr-info.outputs.head_sha }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: ${{ needs.changes.outputs.source == 'true' }}
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -108,7 +108,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make ci-sweep
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand All @@ -170,7 +170,7 @@ jobs:
if: ${{ needs.changes.outputs.source == 'true' }}
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
with:
# check-version needs tags
fetch-depth: 0 # fetch everything
- uses: actions/cache@v2.1.4
- uses: actions/cache@v3.0.10
with:
path: |
~/.cargo/registry
Expand Down