We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f797e4 commit 2d9d8aaCopy full SHA for 2d9d8aa
.github/workflows/libraries_report-size-deltas.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Python
28
uses: actions/setup-python@v4
29
with:
30
- python-version: '3.9.4'
+ python-version: '3.11.2'
31
32
- name: Install dependencies
33
run: |
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9.4
+FROM python:3.11.2
2
3
# Copies your code file from your action repository to the filesystem path `/` of the container
4
COPY reportsizedeltas /reportsizedeltas
0 commit comments