Skip to content

Commit

Permalink
bump cache number
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Nov 11, 2024
1 parent d7f2e41 commit c0741c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '18'

- restore_cache:
key: v3-dependencies-{{ checksum "uv.lock" }}
key: v4-dependencies-{{ checksum "uv.lock" }}

- run:
name: Install node node_modules
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- ./.venv
- ./node_modules
- $HOME/.cache/uv
key: v3-dependencies-{{ checksum "uv.lock" }}
key: v4-dependencies-{{ checksum "uv.lock" }}

- run:
name: Pre-test checks
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: v3-machine-dependencies-{{ checksum "uv.lock" }}
key: v4-machine-dependencies-{{ checksum "uv.lock" }}
- run:
name: Install CDK Python dependencies
command: |
Expand All @@ -123,7 +123,7 @@ jobs:
- ./.venv
- ./node_modules
- $HOME/.cache/uv
key: v3-machine-dependencies-{{ checksum "uv.lock" }}
key: v4-machine-dependencies-{{ checksum "uv.lock" }}

- run:
name: CDK version
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: v3-machine-dependencies-{{ checksum "uv.lock" }}
key: v4-machine-dependencies-{{ checksum "uv.lock" }}
- run:
name: CDK deploy
command: |
Expand All @@ -168,7 +168,7 @@ jobs:
- save_cache:
paths:
- .cdk.out
key: v3-machine-dependencies-{{ checksum "uv.lock" }}
key: v4-machine-dependencies-{{ checksum "uv.lock" }}
- slack/notify:
event: fail
template: basic_fail_1
Expand All @@ -194,7 +194,7 @@ jobs:
- node/install:
node-version: '18'
- restore_cache:
key: v3-dependencies-{{ checksum "uv.lock" }}
key: v4-dependencies-{{ checksum "uv.lock" }}
- run:
name: "Code Deploy: Create deployment group"
command: |
Expand Down

0 comments on commit c0741c7

Please sign in to comment.