From 1697b001c58dab1ee5f767a2a84024ffc8937c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:49:54 +0000 Subject: [PATCH] chore: Bump the actions group with 2 updates Bumps the actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action). Updates `astral-sh/setup-uv` from 6.1.0 to 6.3.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb...bd01e18f51369d5a26f1651c3cb451d3417e3bba) Updates `svenstaro/upload-release-action` from 2.9.0 to 2.11.1 - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd...5e35e583720436a2cc5f9682b6f55657101c1ea1) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_workflow.yml | 4 ++-- .github/workflows/release_workflow.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index fbfa39f..470745f 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -83,7 +83,7 @@ jobs: with: python-version: '${{ matrix.python-version }}' - name: Set up uv - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0 + uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1 with: version: ">=0.7" - name: Install tools @@ -126,7 +126,7 @@ jobs: with: python-version: 3.x - name: Set up uv - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0 + uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1 with: version: ">=0.7" - name: Install Meltano diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index c89a6b4..8aaed54 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -35,7 +35,7 @@ jobs: with: name: Packages path: dist - - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0 + - uses: svenstaro/upload-release-action@5e35e583720436a2cc5f9682b6f55657101c1ea1 # 2.11.1 with: file: dist/*.whl tag: ${{ github.ref }}