Skip to content

Commit

Permalink
feat: Upgrade awscli v1 to 1.32.79, v2 to 2.15.36
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyiLin committed Apr 8, 2024
1 parent 6fcf585 commit 2d1984c
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.5"
version: "1.32.79"
- ctx: v2
version: "2.15.3"
version: "2.15.36"
env:
BUILD_PLATFORMS: linux/amd64,linux/arm64
DOCKER_VERSION: "24.0.7"
Expand Down

2 comments on commit 2d1984c

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

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

Please sign in to comment.