Skip to content

Commit ac1c7fa

Browse files
authored
Merge pull request #9 from per1234/update-python
Use Python 3.8.6 in CI and Docker container
2 parents 6b3c07d + 7d01c54 commit ac1c7fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/libraries_report-size-deltas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v1
2828
with:
29-
python-version: '3.8.5'
29+
python-version: '3.8.6'
3030

3131
- name: Install dependencies
3232
run: |

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.5
1+
FROM python:3.8.6
22

33
# Copies your code file from your action repository to the filesystem path `/` of the container
44
COPY reportsizedeltas /reportsizedeltas

0 commit comments

Comments
 (0)