We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3d88b + 45b94b7 commit 882d768Copy full SHA for 882d768
.github/workflows/libraries_compile-examples.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Python
23
uses: actions/setup-python@v1
24
with:
25
- python-version: '3.8.3'
+ python-version: '3.8.5'
26
27
- name: Install dependencies
28
run: |
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8.3
+FROM python:3.8.5
2
3
# Copies your code file from your action repository to the filesystem path `/` of the container
4
COPY compilesketches /compilesketches
0 commit comments