Skip to content

Commit

Permalink
ci(dependabot): bump pyapp-kit/workflows from 1 to 2 (#24)
Browse files Browse the repository at this point in the history
Bumps [pyapp-kit/workflows](https://github.com/pyapp-kit/workflows) from 1 to 2.
- [Release notes](https://github.com/pyapp-kit/workflows/releases)
- [Commits](pyapp-kit/workflows@v1...v2)

---
updated-dependencies:
- dependency-name: pyapp-kit/workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 62c5d0c commit e674bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
test:
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v1
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v2
secrets: inherit
with:
os: ${{ matrix.os }}
Expand All @@ -35,7 +35,7 @@ jobs:
os: macos-latest

test-qt:
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v1
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v2
secrets: inherit
with:
os: ubuntu-latest
Expand Down

0 comments on commit e674bb1

Please sign in to comment.