From 03215eb5819c1a59c5d2feab2d7b6049995add0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:24:02 +0000 Subject: [PATCH] Bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [khanlab/actions](https://github.com/khanlab/actions). Updates `khanlab/actions` from 0.3.4 to 0.3.5 - [Release notes](https://github.com/khanlab/actions/releases) - [Commits](https://github.com/khanlab/actions/compare/v0.3.4...v0.3.5) --- updated-dependencies: - dependency-name: khanlab/actions 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 a1316996..d7bce196 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.4 + uses: khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml@v0.3.5 diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 5c0201f4..bfcef9dd 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.4 + uses: khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml@v0.3.5 secrets: BP_PAT: ${{ secrets.BP_PAT_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 024b4dc2..ed5a28b2 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.4 + uses: khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.3.5 with: maximize_space: true secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7469b26..f2086269 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.4 + uses: khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml@v0.3.5 with: comments: ${{ github.event.inputs.comments }} pipeline-description: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb6eb3f2..aef5eaed 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.4 + uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.5 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.4 + uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.5 with: python-version: ${{ matrix.python-version }} install-library: true