Skip to content

Commit

Permalink
Merge pull request #59 from khanlab/maint/update-actions
Browse files Browse the repository at this point in the history
Bump actions to v0.3.0
  • Loading branch information
ataha24 authored Oct 23, 2023
2 parents 7dc86cc + d2dc6a0 commit 136ddcb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign_reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:
types: [opened, ready_for_review]
jobs:
assign-reviewer:
uses: khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml@v0.2.1
uses: khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml@v0.3.0
4 changes: 2 additions & 2 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1
uses: khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml@v0.3.0
secrets:
BP-PAT: ${{ secrets.BP_PAT_TOKEN }}
BP_PAT: ${{ secrets.BP_PAT_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
tags: [v*]
jobs:
deploy-docker:
uses: khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.2.1
uses: khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.3.0
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

deploy-pypi:
uses: khanlab/actions/.github/workflows/workflow-release_task-deployPypi.yml@v0.2.1
uses: khanlab/actions/.github/workflows/workflow-release_task-deployPypi.yml@v0.3.0
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python environment
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.2.1
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.0
with:
python-version: "3.10"
- name: yamlfix
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
required: false
jobs:
release_package:
uses: khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml@v0.2.1
uses: khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml@v0.3.0
with:
comments: ${{ github.event.inputs.comments }}
pipeline-description: true
secrets:
BP-PAT: ${{ secrets.BP_PAT_TOKEN }}
BP_PAT: ${{ secrets.BP_PAT_TOKEN }}

0 comments on commit 136ddcb

Please sign in to comment.