Skip to content

Commit

Permalink
chore(deps): update patch-grouped (#114)
Browse files Browse the repository at this point in the history
| datasource      | package       | from  | to    |
| --------------- | ------------- | ----- | ----- |
| github-releases | camunda/zeebe | 8.6.5 | 8.6.6 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent f28cab6 commit 23e449c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "TIMESTAMP=$(date +%s)" >> "$GITHUB_ENV"

- name: Restore lychee cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: .lycheecache
key: cache-lychee-${{ env.TIMESTAMP }}
Expand Down
2 changes: 1 addition & 1 deletion checks/zeebe/connectivity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ZEEBE_TOKEN_SCOPE="${ZEEBE_TOKEN_SCOPE:-"camunda-identity"}"
API_PROTOCOL="${API_PROTOCOL:-"grpc"}"

# renovate: datasource=github-releases depName=camunda/zeebe
ZEEBE_DEFAULT_VERSION="8.6.5"
ZEEBE_DEFAULT_VERSION="8.6.6"
ZEEBE_VERSION="${ZEEBE_VERSION:-$ZEEBE_DEFAULT_VERSION}"

# Function to display script usage
Expand Down

0 comments on commit 23e449c

Please sign in to comment.