Skip to content

Commit 1e7d2c4

Browse files
authored
Merge pull request #52 from Rotzbua/chore_python
chore(python): use latest 3.11.6
2 parents 2685f9b + 5975217 commit 1e7d2c4

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.11.2'
30+
python-version: '3.11.6'
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.11.2
1+
FROM python:3.11.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)