Skip to content

Commit

Permalink
feat: Upgrade awscli v1 to 1.30.5, v2 to 2.13.38
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyiLin committed Nov 22, 2023
1 parent bd6378d commit b076da8
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.29.53"
version: "1.30.5"
- ctx: v2
version: "2.13.21"
version: "2.13.38"
env:
BUILD_PLATFORMS: linux/amd64,linux/arm64
DOCKER_VERSION: "24.0.5"
Expand Down

2 comments on commit b076da8

@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.30.5

@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.13.38

Please sign in to comment.