Skip to content

Commit a612cb8

Browse files
committed
Fix workflow format errors
1 parent 2e71e52 commit a612cb8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/backend-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Setup Python
19-
uses: actions/setup-python
19+
uses: actions/setup-python@v2
2020
with:
2121
python-version: '3.12'
2222

.github/workflows/backend-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Setup Python
19-
uses: actions/setup-python
19+
uses: actions/setup-python@v2
2020
with:
2121
python-version: '3.12'
2222

.github/workflows/frontend-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node
19+
uses: actions/setup-node@v2
2020
with:
2121
node-version: '20'
2222

.github/workflows/frontend-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node
19+
uses: actions/setup-node@v2
2020
with:
2121
node-version: '20'
2222

0 commit comments

Comments
 (0)