Skip to content

Commit

Permalink
Merge pull request #222 from kaitj/maint/actions-bump
Browse files Browse the repository at this point in the history
Bump actions to v0.3.1
  • Loading branch information
kaitj authored Oct 25, 2023
2 parents 6d519e2 + 7896b87 commit d31d993
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/afids-validator_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

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.1
with:
python-version: ${{ matrix.python-version }}
install-library: true
install-library: "true"

- name: Start PostgreSQL services
shell: bash
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

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.1
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -126,10 +126,10 @@ jobs:
assign-reviewer:
needs: [build-frontend]
if: github.event.pull_request.assignee == null
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.1

update_changelog:
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.1
secrets:
BP-PAT: ${{ secrets.BP_PAT_TOKEN }}
BP_PAT: ${{ secrets.BP_PAT_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/afids-validator_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

jobs:
github-release:
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.1
with:
comments: ${{ inputs.comments }}
secrets:
BP-PAT: ${{ secrets.BP_PAT_TOKEN }}
BP_PAT: ${{ secrets.BP_PAT_TOKEN }}

0 comments on commit d31d993

Please sign in to comment.