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 8332993 + 1e963ad commit 32c143eCopy full SHA for 32c143e
.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.2'
+ python-version: '3.8.3'
26
27
- name: Install dependencies
28
run: |
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8.2
+FROM python:3.8.3
2
3
# Copies your code file from your action repository to the filesystem path `/` of the container
4
COPY compilesketches /compilesketches
0 commit comments