Skip to content

Commit

Permalink
chore(deps): update patch-grouped (#88)
Browse files Browse the repository at this point in the history
| datasource      | package                       | from  | to    |
| --------------- | ----------------------------- | ----- | ----- |
| github-tags     | camunda/infraex-common-config | 1.2.3 | 1.2.4 |
| github-releases | camunda/zeebe                 | 8.6.0 | 8.6.3 |
| github-tags     | pre-commit/pre-commit         | 4.0.0 | 4.0.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 142bbd3 commit b33f896
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
name: links-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Get Current Timestamp
id: timestamp
run: echo "TIMESTAMP=$(date +%s)" >> "$GITHUB_ENV"

- name: Restore lychee cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: .lycheecache
key: cache-lychee-${{ env.TIMESTAMP }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
lint:
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@7e7ae626961c7766d7612620374b7c4944f420db # 1.2.3
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@1b6af8e7117e4e9bdf777911b7a724879b59fcfe # 1.2.4
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/renovate-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ concurrency:

jobs:
renovate-automerge:
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@7e7ae626961c7766d7612620374b7c4944f420db # 1.2.3
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@1b6af8e7117e4e9bdf777911b7a724879b59fcfe # 1.2.4
secrets: inherit
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# check it with
# diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly"

pre-commit 4.0.0
pre-commit 4.0.1
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="camunda-identity"
API_PROTOCOL="grpc"

# renovate: datasource=github-releases depName=camunda/zeebe
ZEEBE_VERSION="8.6.0"
ZEEBE_VERSION="8.6.3"

# Function to display script usage
usage() {
Expand Down

0 comments on commit b33f896

Please sign in to comment.