Skip to content

Commit d21b5e1

Browse files
Update dependencies
1 parent 029fc63 commit d21b5e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
check-commands:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1616

1717
- run: ./0_requirements.sh || true
1818

commodore_command.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# renovate: datasource=docker depName=projectsyn/commodore
4-
COMMODORE_VERSION="v1.29.0"
4+
COMMODORE_VERSION="v1.29.2"
55

66
commodore() {
77
LIEUTENANT_URL=$(curl http://localhost:4040/api/tunnels --silent | jq -r '.["tunnels"][0]["public_url"]')

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are many https://github.com/topics/commodore-component[Commodore Component
1313
This tutorial has been prepared with the following versions of Syn components in mind:
1414

1515
// renovate: datasource=docker depName=projectsyn/commodore
16-
* Commodore: 1.29.0
16+
* Commodore: 1.29.2
1717
// renovate: datasource=docker depName=projectsyn/lieutenant-api
1818
* Lieutenant API: 0.12.2
1919
// renovate: datasource=docker depName=projectsyn/lieutenant-operator

0 commit comments

Comments
 (0)