Skip to content

Commit d914e66

Browse files
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](actions/setup-python@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] <support@github.com>
1 parent d698de7 commit d914e66

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sed -i \
3333
's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \
3434
.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml
35-
- uses: actions/setup-python@v6.2.0
35+
- uses: actions/setup-python@v6.3.0
3636
- name: Temporary SQLite/LZMA - Install missing libraries
3737
run: sudo apt install -y libsqlite3-dev libbz2-dev
3838
- name: Install asdf & tools

.github/workflows/test-docker-pulls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v7
26-
- uses: actions/setup-python@v6.2.0
26+
- uses: actions/setup-python@v6.3.0
2727
- name: Checkout voxel51/aloha-github-workflows
2828
uses: actions/checkout@v7
2929
with:

.github/workflows/test-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sed -i \
3535
's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \
3636
.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml
37-
- uses: actions/setup-python@v6.2.0
37+
- uses: actions/setup-python@v6.3.0
3838
- name: Install asdf & tools
3939
uses: ./.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache
4040
- name: Run unit tests
@@ -66,7 +66,7 @@ jobs:
6666
sed -i \
6767
's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \
6868
.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml
69-
- uses: actions/setup-python@v6.2.0
69+
- uses: actions/setup-python@v6.3.0
7070
- name: Temporary SQLite/LZMA - Install missing libraries
7171
run: sudo apt install -y libsqlite3-dev libbz2-dev
7272
- name: Install asdf & tools
@@ -123,7 +123,7 @@ jobs:
123123
sed -i \
124124
's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \
125125
.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml
126-
- uses: actions/setup-python@v6.2.0
126+
- uses: actions/setup-python@v6.3.0
127127
- name: Install asdf & tools
128128
uses: ./.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache
129129
- name: Authenticate to Google Cloud

.github/workflows/test-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sed -i \
2929
's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \
3030
.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml
31-
- uses: actions/setup-python@v6.2.0
31+
- uses: actions/setup-python@v6.3.0
3232
- name: Temporary SQLite/LZMA - Install missing libraries
3333
run: sudo apt install -y libsqlite3-dev libbz2-dev
3434
- name: Install asdf & tools

.github/workflows/test-integration-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sed -i \
3434
's%voxel51/aloha-github-workflows/.github/actions/generate-version-file@main%./.github/actions/aloha-github-workflows/.github/actions/generate-version-file%' \
3535
.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache/action.yml
36-
- uses: actions/setup-python@v6.2.0
36+
- uses: actions/setup-python@v6.3.0
3737
- name: Temporary SQLite/LZMA - Install missing libraries
3838
run: sudo apt install -y libsqlite3-dev libbz2-dev
3939
- name: Install asdf & tools

0 commit comments

Comments
 (0)