diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0297d86..29640d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: check-commands: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - run: ./0_requirements.sh || true diff --git a/commodore_command.sh b/commodore_command.sh index 4276ed7..8dccfb4 100755 --- a/commodore_command.sh +++ b/commodore_command.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # renovate: datasource=docker depName=projectsyn/commodore -COMMODORE_VERSION="v1.29.0" +COMMODORE_VERSION="v1.30.0" commodore() { LIEUTENANT_URL=$(curl http://localhost:4040/api/tunnels --silent | jq -r '.["tunnels"][0]["public_url"]') diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 3bf6a92..de2f86a 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -13,7 +13,7 @@ There are many https://github.com/topics/commodore-component[Commodore Component This tutorial has been prepared with the following versions of Syn components in mind: // renovate: datasource=docker depName=projectsyn/commodore -* Commodore: 1.29.0 +* Commodore: 1.30.0 // renovate: datasource=docker depName=projectsyn/lieutenant-api * Lieutenant API: 0.12.2 // renovate: datasource=docker depName=projectsyn/lieutenant-operator