diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59ac677..5d8184a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3c5df..f2ad60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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