We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d64baa9 + f7d638f commit 4e4af45Copy full SHA for 4e4af45
.github/workflows/lint-python.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Set up Python
36
uses: actions/setup-python@v1
37
with:
38
- python-version: '3.8.5'
+ python-version: '3.8.6'
39
40
- name: Install flake8
41
run: |
.github/workflows/test-python.yml
@@ -40,7 +40,7 @@ jobs:
42
43
44
45
- name: Install dependencies
46
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 compilesketches /compilesketches
0 commit comments