diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e9360c8..033ef89 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,9 +11,9 @@ jobs: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: set up Python ${{ matrix.python-version }} Django ${{ matrix.django }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: install dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc79c7..27b9302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [unreleased] - XXXX-XX-XX +- [PR 9](https://github.com/salesforce/django-request-queue-timeout/pull/9) Update GitHub action versions + ## [1.0.3] - 2024-02-06 - [PR 6](https://github.com/salesforce/django-request-queue-timeout/pull/6) chore: upgrade django 4.2 LTS (@W-14178534)