Skip to content

Commit

Permalink
update ci build action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyrose committed Sep 12, 2024
1 parent 8a88c98 commit 96b4d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- python: "pypy-3.10"
toxenv: pypy3-django51
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install Test Framework
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Update to remove specific version references, since there haven't been significant changes the approach on versioning will change. The version will no longer update when only tests or supported versions are updated.
- Updated lock thread job to not run at contested times to avoid github rate limiting errors.
- Updated lock thread version and update job to not run at contested times to avoid github rate limiting errors.
- Updated ci build action versions.

### Removed
- Removed setup.py/setup.cfg
Expand Down

0 comments on commit 96b4d84

Please sign in to comment.