From c683c7d9822208ecb693b299ea8672cd1e07c63a Mon Sep 17 00:00:00 2001 From: xavierchanth Date: Wed, 6 Nov 2024 15:24:15 -0500 Subject: [PATCH 1/2] chore: consistent casing for C daemon --- tests/e2e_all/scripts/tests/v4_dart_inline | 2 +- tests/e2e_all/scripts/tests/v4_openssh_print | 2 +- tests/e2e_all/scripts/tests/v5_dart_inline | 2 +- tests/e2e_all/scripts/tests/v5_openssh_inline | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/e2e_all/scripts/tests/v4_dart_inline b/tests/e2e_all/scripts/tests/v4_dart_inline index 3f5c797d3..6cdd3569c 100755 --- a/tests/e2e_all/scripts/tests/v4_dart_inline +++ b/tests/e2e_all/scripts/tests/v4_dart_inline @@ -15,7 +15,7 @@ daemonVersion="$1" clientVersion="$2" if [[ ${daemonVersion:0:1} == "c" ]]; then - logInfo " N/A because c daemon isn't compatible with v4 clients" + logInfo " N/A because C daemon isn't compatible with v4 clients" exit 50 fi diff --git a/tests/e2e_all/scripts/tests/v4_openssh_print b/tests/e2e_all/scripts/tests/v4_openssh_print index 62c5aa8d8..c9e39bb15 100755 --- a/tests/e2e_all/scripts/tests/v4_openssh_print +++ b/tests/e2e_all/scripts/tests/v4_openssh_print @@ -15,7 +15,7 @@ daemonVersion="$1" clientVersion="$2" if [[ ${daemonVersion:0:1} == "c" ]]; then - logInfo " N/A because c daemon isn't compatible with v4 clients" + logInfo " N/A because C daemon isn't compatible with v4 clients" exit 50 fi diff --git a/tests/e2e_all/scripts/tests/v5_dart_inline b/tests/e2e_all/scripts/tests/v5_dart_inline index b4dba0e69..db71c8456 100755 --- a/tests/e2e_all/scripts/tests/v5_dart_inline +++ b/tests/e2e_all/scripts/tests/v5_dart_inline @@ -15,7 +15,7 @@ daemonVersion="$1" clientVersion="$2" if [[ ${daemonVersion:0:1} == "c" ]] && [[ $(versionIsLessThan "$clientVersion" "d:5.3.0") == "true" ]]; then - logInfo " N/A because c daemon requires clients >= v5.3.0" + logInfo " N/A because C daemon requires clients >= v5.3.0" exit 50 fi diff --git a/tests/e2e_all/scripts/tests/v5_openssh_inline b/tests/e2e_all/scripts/tests/v5_openssh_inline index c52519fda..acb417c21 100755 --- a/tests/e2e_all/scripts/tests/v5_openssh_inline +++ b/tests/e2e_all/scripts/tests/v5_openssh_inline @@ -15,7 +15,7 @@ daemonVersion="$1" clientVersion="$2" if [[ ${daemonVersion:0:1} == "c" ]] && [[ $(versionIsLessThan "$clientVersion" "d:5.3.0") == "true" ]]; then - logInfo " N/A because c daemon requires clients >= v5.3.0" + logInfo " N/A because C daemon requires clients >= v5.3.0" exit 50 fi From c047b237c6eb20e5b8f15c0e17c9410ce9029e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 04:32:31 +0000 Subject: [PATCH 2/2] build(deps): Bump pypa/gh-action-pypi-publish Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.12.0 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/61da13deb5f5124fb1536194f82ed3d9bbc7e8f3...15c56dba361d8335944d31a2ecd17d700fc7bcbc) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/python-sshnpd-build-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-sshnpd-build-publish.yml b/.github/workflows/python-sshnpd-build-publish.yml index cb1af4368..6e4ae2448 100644 --- a/.github/workflows/python-sshnpd-build-publish.yml +++ b/.github/workflows/python-sshnpd-build-publish.yml @@ -74,7 +74,7 @@ jobs: name: sshnpd-python-package path: dist/ - name: Publish distribution to TestPyPI - uses: pypa/gh-action-pypi-publish@61da13deb5f5124fb1536194f82ed3d9bbc7e8f3 # v1.12.0 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2 with: skip-existing: true attestations: true @@ -99,7 +99,7 @@ jobs: name: sshnpd-python-package path: dist/ - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@61da13deb5f5124fb1536194f82ed3d9bbc7e8f3 # v1.12.0 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2 with: attestations: true