Skip to content

Commit 4a06ca3

Browse files
committed
Fix actions
1 parent 23b476e commit 4a06ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-dashboard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.10
16+
python-version: "3.10"
1717
- name: Install Apt packages
1818
run: |
1919
sudo apt-get install rsync

.github/workflows/deploy-lambda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.10
16+
python-version: "3.10"
1717
- name: Install Python packages
1818
run: |
1919
python -m pip install boto3

0 commit comments

Comments
 (0)