From 008699a033e81d1c733a0ffb007775b587cdb50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:18:18 +0000 Subject: [PATCH] build(deps): Bump the actions group with 2 updates (#508) --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79a3047..cbeaf77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,6 @@ jobs: overwrite: true file_glob: true - name: Deploy to PyPI - uses: pypa/gh-action-pypi-publish@v1.10.1 + uses: pypa/gh-action-pypi-publish@v1.10.2 with: attestations: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8eb914..8a89c18 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: run: | docker compose -f docker-compose.yml up -d --wait --wait-timeout=30 - - uses: isbang/compose-action@v2.0.1 + - uses: isbang/compose-action@v2.0.2 # Leaving comments as this makes testing the openssh docker image easier and should save someone some time later # - name: Test SSH File Permissiosn