Skip to content

Commit

Permalink
Merge pull request #159 from Grasia/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-4

Bump actions/setup-python from 1 to 4
  • Loading branch information
daviddavo authored Sep 5, 2023
2 parents 4e69845 + a856cc5 commit 0e9074f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: |
./datawarehouse*
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
- name: Install package
run: pip install -e .
- name: Run verify-scripts
Expand Down

0 comments on commit 0e9074f

Please sign in to comment.