Skip to content

Commit

Permalink
feat(deps): bump singer-sdk from 0.34.0 to 0.34.1 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent a3d9e97 commit 80f1156
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 76 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ jobs:
toxenv: py310
- python-version: "3.11"
toxenv: py311
- python-version: "3.12"
toxenv: py312
- python-version: "3.11"
toxenv: deps

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down
Loading

0 comments on commit 80f1156

Please sign in to comment.