Skip to content

Commit

Permalink
Update deploy version cache v2->v4 deploy-task-definition@v1 -> v2
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyranthes03 committed Jan 30, 2025
1 parent 8518a49 commit b41e091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
mix local.hex --force
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: cache
with:
key: elixir-${{ hashFiles('Dockerfile', 'mix.lock') }}-${{ github.ref }}-test
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
mix local.hex --force
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: cache
with:
key: elixir-${{ hashFiles('Dockerfile', 'mix.lock') }}-${{ github.ref }}-credo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
image: ${{ steps.publish.outputs.image }}

- name: Deploy
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.template.outputs.task-definition }}
service: production-system76-recognizer
Expand Down

0 comments on commit b41e091

Please sign in to comment.