Skip to content

Commit

Permalink
feat: Upgrade awscli v1 to 1.33.12, v2 to 2.16.12
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyiLin committed Jun 20, 2024
1 parent 2d1984c commit 1b3913c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
matrix:
include:
- ctx: v1
version: "1.32.79"
version: "1.33.12"
- ctx: v2
version: "2.15.36"
version: "2.16.12"
env:
BUILD_PLATFORMS: linux/amd64,linux/arm64
DOCKER_VERSION: "24.0.7"
Expand Down

2 comments on commit 1b3913c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pipeline has passed. 🎉

  • context: v1
  • version: 1.33.12

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pipeline has passed. 🎉

  • context: v2
  • version: 2.16.12

Please sign in to comment.