Skip to content

Commit 10481c2

Browse files
chore(deps): bump atomicjar/testcontainers-cloud-setup-action (#3559)
Bumps [atomicjar/testcontainers-cloud-setup-action](https://github.com/atomicjar/testcontainers-cloud-setup-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/atomicjar/testcontainers-cloud-setup-action/releases) - [Commits](AtomicJar/testcontainers-cloud-setup-action@c335bdb...7d1bab3) --- updated-dependencies: - dependency-name: atomicjar/testcontainers-cloud-setup-action dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mdelapenya <mdelapenya@gmail.com>
1 parent bdb12dd commit 10481c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# Setup Testcontainers Cloud Client right before your Testcontainers tests
9090
- name: Setup Testcontainers Cloud Client
9191
if: ${{ inputs.testcontainers-cloud }}
92-
uses: atomicjar/testcontainers-cloud-setup-action@c335bdbb570ec7c48f72c7d450c077f0a002293e # v1.3
92+
uses: atomicjar/testcontainers-cloud-setup-action@7d1bab3fdfe0027c91936deca6b924d8a8a7a04d # v1.3
9393
with:
9494
token: ${{ secrets.TCC_TOKEN }}
9595

@@ -105,7 +105,7 @@ jobs:
105105
# (Optionally) When you don't need Testcontainers Cloud anymore, you could terminate sessions eagerly
106106
- name: Terminate Testcontainers Cloud Client active sessions
107107
if: ${{ inputs.testcontainers-cloud }}
108-
uses: atomicjar/testcontainers-cloud-setup-action@c335bdbb570ec7c48f72c7d450c077f0a002293e # v1.3
108+
uses: atomicjar/testcontainers-cloud-setup-action@7d1bab3fdfe0027c91936deca6b924d8a8a7a04d # v1.3
109109
with:
110110
action: terminate
111111

0 commit comments

Comments
 (0)