Skip to content

Commit

Permalink
Merge branch 'main' into x/permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx authored Oct 19, 2024
2 parents 6f3ccfa + b32c5c9 commit fd4bf06
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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

0 comments on commit fd4bf06

Please sign in to comment.