File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v3
2020 with :
2121 python-version : 3.8
2222
Original file line number Diff line number Diff line change 66Unreleased
77==========
88
9+ 2.0.9
10+ =====
11+
12+ * Fixed some typos in the docs.
13+ * Fixed string type of errors reported from compilers and compressors.
14+ * Updated github actions matrix for host and django support.
15+ * Updated github actions configuration to use modern versions of third-party
16+ actions.
17+ * Improved the packager to copy files to (S3) storage if it does not exist
18+ (#502).
19+
20+
9212.0.8
1022=====
1123
You can’t perform that action at this time.
0 commit comments