diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 30e748e..e953950 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.67.0 + uses: anothrNick/github-tag-action@1.69.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch diff --git a/quickstart-tracing.yml b/quickstart-tracing.yml index dca5242..1d22863 100644 --- a/quickstart-tracing.yml +++ b/quickstart-tracing.yml @@ -11,7 +11,7 @@ services: - FLEETDB_TRACING_JAEGER_ENDPOINT=http://jaeger:14268/api/traces jaeger: - image: jaegertracing/all-in-one:1.48.0 + image: jaegertracing/all-in-one:1.58.0 ports: - "16686:16686" # The UI port networks: