Skip to content

Commit 2d9d8aa

Browse files
committed
Bump project Python to 3.11.2
1 parent 2f797e4 commit 2d9d8aa

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: '3.9.4'
30+
python-version: '3.11.2'
3131

3232
- name: Install dependencies
3333
run: |

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.4
1+
FROM python:3.11.2
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)