Skip to content

Commit

Permalink
build(deps): Bump armakuni/github-actions from 0.19.3 to 0.19.4
Browse files Browse the repository at this point in the history
Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.19.3 to 0.19.4.
- [Release notes](https://github.com/armakuni/github-actions/releases)
- [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md)
- [Commits](armakuni/github-actions@v0.19.3...v0.19.4)

---
updated-dependencies:
- dependency-name: armakuni/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent ac76f02 commit 3ee8f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
validate-pipeline:
uses: armakuni/github-actions/.github/workflows/[email protected].3
uses: armakuni/github-actions/.github/workflows/[email protected].4

validate-action:
runs-on: ubuntu-latest
Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: armakuni/github-actions/[email protected].3
- uses: armakuni/github-actions/[email protected].4
- name: Install dependencies
shell: bash
run: poetry install --no-interaction
Expand Down

0 comments on commit 3ee8f44

Please sign in to comment.