Skip to content

Commit 7f749f1

Browse files
Bump hoverkraft-tech/compose-action from 2.4.2 to 2.4.3 (#249)
Bumps [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/hoverkraft-tech/compose-action/releases) - [Commits](hoverkraft-tech/compose-action@v2.4.2...v2.4.3) --- updated-dependencies: - dependency-name: hoverkraft-tech/compose-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: t11omas <t11omas1983@live.co.uk>
1 parent 1f1f547 commit 7f749f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name defra "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --configfile ./NuGet.config
3737
# Remove this running of docker compose once E2E tests have been updated and/or moved to the IntegrationTests project
3838
- name: Run docker-compose
39-
uses: hoverkraft-tech/compose-action@v2.4.2
39+
uses: hoverkraft-tech/compose-action@v2.4.3
4040
with:
4141
compose-file: "./compose.yml"
4242
- name: Test

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
mkdir -p ./.sonar/coverage
6060
dotnet tool update dotnet-coverage --tool-path ./.sonar/coverage
6161
- name: Run docker-compose # Runs the existing Docker compose and scripts for now until the tests can be rewritten
62-
uses: hoverkraft-tech/compose-action@v2.4.2
62+
uses: hoverkraft-tech/compose-action@v2.4.3
6363
with:
6464
compose-file: "./compose.yml"
6565
env:

0 commit comments

Comments
 (0)