Skip to content

Commit

Permalink
Merge pull request #167 from cfpb/2025-update
Browse files Browse the repository at this point in the history
Update countylimits with 2025 values
  • Loading branch information
wpears authored Dec 18, 2024
2 parents 115d3cc + dbf8c42 commit db3ee2c
Show file tree
Hide file tree
Showing 6 changed files with 12,950 additions and 3,233 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand All @@ -26,4 +28,3 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}"

Loading

0 comments on commit db3ee2c

Please sign in to comment.