Skip to content

Commit fa9343b

Browse files
authored
Update github action versions (#9)
* Update github action versions * Update CHANGELOG
1 parent a4ab1f8 commit fa9343b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: set up Python ${{ matrix.python-version }} Django ${{ matrix.django }}
16-
uses: actions/setup-python@v3
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: install dependencies

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [unreleased] - XXXX-XX-XX
8+
- [PR 9](https://github.com/salesforce/django-request-queue-timeout/pull/9) Update GitHub action versions
9+
710
## [1.0.3] - 2024-02-06
811
- [PR 6](https://github.com/salesforce/django-request-queue-timeout/pull/6) chore: upgrade django 4.2 LTS (@W-14178534)
912

0 commit comments

Comments
 (0)