actions-setup-docker-compose icon indicating copy to clipboard operation
actions-setup-docker-compose copied to clipboard

the GitHub Action setting up docker-compose command

Results 7 actions-setup-docker-compose issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://togithub.com/kulshekhar/ts-jest)) | [`29.1.2` -> `29.1.3`](https://renovatebot.com/diffs/npm/ts-jest/29.1.2/29.1.3) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@octokit/action](https://togithub.com/octokit/action.js) | [`^6.0.7` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@octokit%2faction/6.1.0/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@octokit%2faction/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.1.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.0.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.1.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.2.0) |...

Hi, I have a build that used to work using this step: ``` - uses: KengoTODA/actions-setup-docker-compose@main with: version: '2.14.2' - uses: actions/checkout@v3 - name: Build the Docker image run: |...

Hello, up to now the latest version of `podman-compose` is deduced using `octokit`: ```typescript async function findLatestVersion(): Promise { const octokit = new Octokit() const response = await octokit.repos.getLatestRelease({ owner:...