Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 4b2389c commit b5890f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: scripts/set-github-env

- name: "Build and push"
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: scripts/set-github-env

- name: "Build dry run"
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ ENV PIP_ROOT_USER_ACTION=ignore

ARG TARGETARCH
# renovate: datasource=pypi depName=aws-cdk-lib
ARG CDK_VERSION="2.144.0"
ARG CDK_VERSION="2.146.0"
# renovate: datasource=docker depName=docker versioning=docker
ARG DOCKER_VERSION="26.1.3"
ARG DOCKER_VERSION="26.1.4"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
ARG NODE_VERSION="20.14.0"
# renovate: datasource=pypi depName=pip
Expand Down
4 changes: 2 additions & 2 deletions scripts/set-env
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cd "$(git rev-parse --show-toplevel)" || exit
export DOCKER_BUILDKIT=1

# renovate: datasource=pypi depName=aws-cdk-lib
export CDK_VERSION="2.144.0"
export CDK_VERSION="2.146.0"
# renovate: datasource=docker depName=docker versioning=docker
export DOCKER_VERSION="26.1.3"
export DOCKER_VERSION="26.1.4"
# renovate: datasource=github-tags depName=nodejs/node versioning=node
export NODE_VERSION="20.14.0"
# renovate: datasource=pypi depName=pip
Expand Down

0 comments on commit b5890f4

Please sign in to comment.