Skip to content

Commit

Permalink
Bump the github-actions group with 1 update
Browse files Browse the repository at this point in the history
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](khanlab/actions@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 392fb7a commit 03215eb
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/[email protected].4
uses: khanlab/actions/.github/workflows/[email protected].5
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/[email protected].4
uses: khanlab/actions/.github/workflows/[email protected].5
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/[email protected].4
uses: khanlab/actions/.github/workflows/[email protected].5
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/[email protected].4
uses: khanlab/actions/.github/workflows/[email protected].5
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/[email protected].4
uses: khanlab/actions/.github/actions/[email protected].5
with:
python-version: '3.10'
- name: yamlfix
Expand All @@ -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/[email protected].4
uses: khanlab/actions/.github/actions/[email protected].5
with:
python-version: ${{ matrix.python-version }}
install-library: true
Expand Down

0 comments on commit 03215eb

Please sign in to comment.