Skip to content

Commit

Permalink
Merge pull request #370 from ClickHouse/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
ernado authored Jan 18, 2024
2 parents 82bb710 + e61afc6 commit 9e91e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up ClickHouse cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /opt/ch/clickhouse
key: ClickHouse-${{ env.CH_VER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand All @@ -49,7 +49,7 @@ jobs:
e2e-${{ runner.os }}-go${{ matrix.go }}-
- name: Set up ClickHouse cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /opt/ch/clickhouse
key: ClickHouse-${{ matrix.clickhouse }}
Expand Down

0 comments on commit 9e91e0d

Please sign in to comment.