We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef5174b + feeb309 commit a90f8c7Copy full SHA for a90f8c7
.github/workflows/libraries_report-size-deltas.yml
@@ -24,9 +24,9 @@ jobs:
24
uses: actions/checkout@v2
25
26
- name: Set up Python
27
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
28
with:
29
- python-version: '3.8.6'
+ python-version: '3.9.4'
30
31
- name: Install dependencies
32
run: |
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8.6
+FROM python:3.9.4
2
3
# Copies your code file from your action repository to the filesystem path `/` of the container
4
COPY reportsizedeltas /reportsizedeltas
0 commit comments