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:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
with :
16
16
fetch-depth : 0
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v2
19
+ uses : actions/setup-python@v3
20
20
with :
21
21
python-version : 3.8
22
22
Original file line number Diff line number Diff line change 6
6
Unreleased
7
7
==========
8
8
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
+
9
21
2.0.8
10
22
=====
11
23
You can’t perform that action at this time.
0 commit comments