Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3

# Inject the release tag into proto/openapi sources so that `make
# generate` inside the Dockerfile bakes the right version into the
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
- name: Install tools
run: |
make install
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
--health-retries=24
steps:
- name: Check out code
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
# The service container is up for the whole job; this step is "no
# harness" only in the sense that TESTDB_ADDR is left unset. Mirror
# of the with-harness guard, inverted: a known harness-backed test
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
- name: Install tools
run: make install
- name: Install buf
Expand Down