We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b3c07d + 7d01c54 commit ac1c7faCopy full SHA for ac1c7fa
.github/workflows/libraries_report-size-deltas.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Python
27
uses: actions/setup-python@v1
28
with:
29
- python-version: '3.8.5'
+ python-version: '3.8.6'
30
31
- name: Install dependencies
32
run: |
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8.5
+FROM python:3.8.6
2
3
# Copies your code file from your action repository to the filesystem path `/` of the container
4
COPY reportsizedeltas /reportsizedeltas
0 commit comments