From b32b586ef46a8bcdf72523ad88328a43db085e1e Mon Sep 17 00:00:00 2001 From: Robert David Grant Date: Fri, 21 Jun 2024 10:32:06 -0400 Subject: [PATCH 1/2] Update github action versions --- .github/workflows/tests.yml | 4 ++-- CHANGELOG.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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..3813f6e 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 X](https://github.com/salesforce/django-request-queue-timeout/pull/X) 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) From f6fac88c80a599c1f7fe9975058280b0eaa8a439 Mon Sep 17 00:00:00 2001 From: Robert David Grant Date: Fri, 21 Jun 2024 10:36:45 -0400 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3813f6e..27b9302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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 X](https://github.com/salesforce/django-request-queue-timeout/pull/X) Update GitHub action versions +- [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)