From 27e705b325a3081fbea5f01dd54b7a6274a72fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:12:57 +0000 Subject: [PATCH] Bump the github-actions group with 5 updates Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml](https://github.com/khanlab/actions) | `0.3.6` | `0.3.7` | | [khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml](https://github.com/khanlab/actions) | `0.3.6` | `0.3.7` | | [khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml](https://github.com/khanlab/actions) | `0.3.6` | `0.3.7` | | [khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml](https://github.com/khanlab/actions) | `0.3.6` | `0.3.7` | | [khanlab/actions](https://github.com/khanlab/actions) | `0.3.6` | `0.3.7` | Updates `khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml` from 0.3.6 to 0.3.7 - [Release notes](https://github.com/khanlab/actions/releases) - [Commits](https://github.com/khanlab/actions/compare/v0.3.6...v0.3.7) Updates `khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml` from 0.3.6 to 0.3.7 - [Release notes](https://github.com/khanlab/actions/releases) - [Commits](https://github.com/khanlab/actions/compare/v0.3.6...v0.3.7) Updates `khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml` from 0.3.6 to 0.3.7 - [Release notes](https://github.com/khanlab/actions/releases) - [Commits](https://github.com/khanlab/actions/compare/v0.3.6...v0.3.7) Updates `khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml` from 0.3.6 to 0.3.7 - [Release notes](https://github.com/khanlab/actions/releases) - [Commits](https://github.com/khanlab/actions/compare/v0.3.6...v0.3.7) Updates `khanlab/actions` from 0.3.6 to 0.3.7 - [Release notes](https://github.com/khanlab/actions/releases) - [Commits](https://github.com/khanlab/actions/compare/v0.3.6...v0.3.7) --- updated-dependencies: - dependency-name: khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: khanlab/actions dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/assign_reviewers.yml | 2 +- .github/workflows/bump_version.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/assign_reviewers.yml b/.github/workflows/assign_reviewers.yml index 512e6846..3263608b 100644 --- a/.github/workflows/assign_reviewers.yml +++ b/.github/workflows/assign_reviewers.yml @@ -5,4 +5,4 @@ on: types: [opened, ready_for_review] jobs: assign-reviewer: - uses: khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml@v0.3.6 + uses: khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml@v0.3.7 diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index a0ee3aff..1268eb08 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -6,6 +6,6 @@ on: jobs: bump-version: if: github.event.pull_request.merged == true - uses: khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml@v0.3.6 + uses: khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml@v0.3.7 secrets: BP_PAT: ${{ secrets.BP_PAT_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 40abe9c7..2e6feb35 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: tags: [v*] jobs: deploy_docker: - uses: khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.3.6 + uses: khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.3.7 with: maximize_space: true secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43881dbb..6d589b68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: required: false jobs: release_package: - uses: khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml@v0.3.6 + uses: khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml@v0.3.7 with: comments: ${{ github.event.inputs.comments }} pipeline-description: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12ab8858..ca933fd6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Python environment - uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.6 + uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.7 with: python-version: '3.10' - name: yamlfix @@ -29,7 +29,7 @@ jobs: python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - name: Setup Python environments - uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.6 + uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.7 with: python-version: ${{ matrix.python-version }} install-library: true