Skip to content

Commit

Permalink
Merge pull request #91 from khanlab/maint/actions-bump
Browse files Browse the repository at this point in the history
Bump actions wfs to v0.2.1
  • Loading branch information
kaitj authored Oct 5, 2023
2 parents 40805ff + 2639c06 commit ef53691
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.0
uses: khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml@v0.2.1
2 changes: 1 addition & 1 deletion .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.0
uses: khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml@v0.2.1
secrets:
BP-PAT: ${{ secrets.BP_PAT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags: [v*]
jobs:
deploy_docker:
uses: khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.2.0
uses: khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.2.1
with:
maximize_space: true
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: false
jobs:
release_package:
uses: khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml@v0.2.0
uses: khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml@v0.2.1
with:
comments: ${{ github.event.inputs.comments }}
pipeline-description: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.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.0
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.2.1
with:
python-version: "3.10"
- name: yamlfix
Expand All @@ -33,7 +33,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]
steps:
- name: Setup Python environments
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.2.0
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.2.1
with:
python-version: ${{ matrix.python-version }}
- name: Test minimum inputs
Expand Down

0 comments on commit ef53691

Please sign in to comment.