From d914e660017ada24fd1415dbf0e300ddf213629b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:05:03 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 2 +- .github/workflows/test-docker-pulls.yml | 2 +- .github/workflows/test-docker.yml | 6 +++--- .github/workflows/test-helm.yml | 2 +- .github/workflows/test-integration-helm.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 4792e8b7..8888f33a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -32,7 +32,7 @@ jobs: sed -i \ 's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \ .github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 - name: Temporary SQLite/LZMA - Install missing libraries run: sudo apt install -y libsqlite3-dev libbz2-dev - name: Install asdf & tools diff --git a/.github/workflows/test-docker-pulls.yml b/.github/workflows/test-docker-pulls.yml index 0a00a0d1..72f95b3e 100644 --- a/.github/workflows/test-docker-pulls.yml +++ b/.github/workflows/test-docker-pulls.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 - name: Checkout voxel51/aloha-github-workflows uses: actions/checkout@v7 with: diff --git a/.github/workflows/test-docker.yml b/.github/workflows/test-docker.yml index d1961f06..0cdf2386 100644 --- a/.github/workflows/test-docker.yml +++ b/.github/workflows/test-docker.yml @@ -34,7 +34,7 @@ jobs: sed -i \ 's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \ .github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 - name: Install asdf & tools uses: ./.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache - name: Run unit tests @@ -66,7 +66,7 @@ jobs: sed -i \ 's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \ .github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 - name: Temporary SQLite/LZMA - Install missing libraries run: sudo apt install -y libsqlite3-dev libbz2-dev - name: Install asdf & tools @@ -123,7 +123,7 @@ jobs: sed -i \ 's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \ .github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 - name: Install asdf & tools uses: ./.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache - name: Authenticate to Google Cloud diff --git a/.github/workflows/test-helm.yml b/.github/workflows/test-helm.yml index e48fad9a..e00bf02b 100644 --- a/.github/workflows/test-helm.yml +++ b/.github/workflows/test-helm.yml @@ -28,7 +28,7 @@ jobs: sed -i \ 's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \ .github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 - name: Temporary SQLite/LZMA - Install missing libraries run: sudo apt install -y libsqlite3-dev libbz2-dev - name: Install asdf & tools diff --git a/.github/workflows/test-integration-helm.yml b/.github/workflows/test-integration-helm.yml index 2873b5d1..1ea9afa7 100644 --- a/.github/workflows/test-integration-helm.yml +++ b/.github/workflows/test-integration-helm.yml @@ -33,7 +33,7 @@ jobs: sed -i \ 's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \ .github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml - - uses: actions/setup-python@v6.2.0 + - uses: actions/setup-python@v6.3.0 - name: Temporary SQLite/LZMA - Install missing libraries run: sudo apt install -y libsqlite3-dev libbz2-dev - name: Install asdf & tools