Loading .github/workflows/dockerpublish.yml +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ jobs: - uses: 'KengoTODA/actions-setup-docker-compose@v1' with: version: '2.20.2' - uses: 'actions/checkout@v5' - uses: 'actions/checkout@v6' - name: 'DEBUG' run: 'docker version && docker compose version' - name: 'Run tests' Loading Loading @@ -96,7 +96,7 @@ jobs: Lint: runs-on: 'ubuntu-latest' steps: - uses: 'actions/checkout@v5' - uses: 'actions/checkout@v6' - name: 'Install yamllint' run: 'pip install yamllint' - name: 'yamllint version' Loading .github/workflows/healthcheck.workflow.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: health-check: runs-on: 'ubuntu-latest' steps: - uses: 'actions/checkout@v5' - uses: 'actions/checkout@v6' - uses: 'KengoTODA/actions-setup-docker-compose@v1' with: version: '2.20.2' Loading Loading
.github/workflows/dockerpublish.yml +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ jobs: - uses: 'KengoTODA/actions-setup-docker-compose@v1' with: version: '2.20.2' - uses: 'actions/checkout@v5' - uses: 'actions/checkout@v6' - name: 'DEBUG' run: 'docker version && docker compose version' - name: 'Run tests' Loading Loading @@ -96,7 +96,7 @@ jobs: Lint: runs-on: 'ubuntu-latest' steps: - uses: 'actions/checkout@v5' - uses: 'actions/checkout@v6' - name: 'Install yamllint' run: 'pip install yamllint' - name: 'yamllint version' Loading
.github/workflows/healthcheck.workflow.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: health-check: runs-on: 'ubuntu-latest' steps: - uses: 'actions/checkout@v5' - uses: 'actions/checkout@v6' - uses: 'KengoTODA/actions-setup-docker-compose@v1' with: version: '2.20.2' Loading