Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update bufbuild/buf-setup-action action to v1.45.0 #827

Merged
merged 2 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.40.1
- uses: bufbuild/buf-setup-action@v1.45.0
with:
version: v${{ env.BUF_CLI_VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,7 +35,7 @@ jobs:
deployments: write
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.40.1
- uses: bufbuild/buf-setup-action@v1.45.0
with:
version: v${{ env.BUF_CLI_VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.40.1
- uses: bufbuild/buf-setup-action@v1.45.0
with:
github_token: ${{ github.token }}
# TODO (arm-versioning): Arm versioning by removing the comments of the following lines
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

env:
# renovate: dev-tag
DEV_TAG: '13'
DEV_TAG: '15'

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-bufs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: bufbuild/buf-setup-action@v1.40.1
- uses: bufbuild/buf-setup-action@v1.45.0
with:
version: ${{ env.BUF_CLI_VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
steps:
- name: Clone Repo
uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.40.1
- uses: bufbuild/buf-setup-action@v1.45.0
with:
version: ${{ env.BUF_CLI_VERSION }}
buf_user: ${{ secrets.BUF_USER }}
Expand Down
4 changes: 2 additions & 2 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
context: ../images/dev-go-custom
args:
# renovate: dev-tag
TAG: '13'
TAG: '15'
UID: ${UID:-1000}
GID: ${GID:-1000}
volumes:
Expand Down Expand Up @@ -148,7 +148,7 @@ services:
context: ../images/dev-go-custom
args:
# renovate: dev-tag
TAG: '13'
TAG: '15'
UID: ${UID:-1000}
GID: ${GID:-1000}
volumes:
Expand Down
2 changes: 1 addition & 1 deletion images/dev-go/update-dev-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

# update this value, when you update the Dockerfile
# renovate: dev-tag
TAG='13'
TAG='15'

# go to repo root
cd $(git rev-parse --show-toplevel)
Expand Down
Loading