Skip to content

Commit cb9df4c

Browse files
authored
Update github action versions (#156)
* Update versions to silence warnings * CHANGELOG
1 parent fd9531d commit cb9df4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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

77
# [Unreleased]
8-
-
8+
- [PR 156](https://github.com/salesforce/django-declarative-apis/pull/156) Update GitHub action versions
99

1010
# [0.31.7]
1111
- [PR 148](https://github.com/salesforce/django-declarative-apis/pull/148) chore: upgrade django 4.2 LTS

0 commit comments

Comments
 (0)