Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 22, 2024
1 parent d856a53 commit b50c9b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
checks:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@main
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@main
with:
python-version: "3.8"
- name: Install flake8 dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@main
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@main
with:
python-version: "3.9"
- name: Install dependencies
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.20.3
- ci: update workflows
0.20.2
- setup: fix ckanext namespace
0.20.1
Expand Down

0 comments on commit b50c9b1

Please sign in to comment.