Skip to content

Commit

Permalink
chore(deps): update all non-major github-actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent 958b00f commit e7fc628
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.32.1
- uses: bufbuild/buf-setup-action@v1.32.2
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.32.1
- uses: bufbuild/buf-setup-action@v1.32.2
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.32.1
- uses: bufbuild/buf-setup-action@v1.32.2
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/migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

services:
postgres:
image: postgres:15.6
image: postgres:15.7
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand Down
2 changes: 1 addition & 1 deletion .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.32.1
- uses: bufbuild/buf-setup-action@v1.32.2
with:
version: ${{ env.BUF_CLI_VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e7fc628

Please sign in to comment.