Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 5ba8be2

Browse files
authored
Update README.md
1 parent f6c337c commit 5ba8be2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,35 +110,35 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- name: Black
113-
uses: dciborow/pyaction@0.0.13
113+
uses: microsoft/action-python@0.7.0
114114
with:
115115
black: true
116116

117117
- name: Bandit
118-
uses: dciborow/pyaction@0.0.13
118+
uses: microsoft/action-python@0.7.0
119119
with:
120120
bandit: true
121121

122122
- name: Pylint
123-
uses: dciborow/pyaction@0.0.13
123+
uses: microsoft/action-python@0.7.0
124124
with:
125125
pylint: true
126126

127127
- name: Pyright
128-
uses: dciborow/pyaction@0.0.13
128+
uses: microsoft/action-python@0.7.0
129129
with:
130130
pyright: true
131131

132132
- name: Flake8
133-
uses: dciborow/pyaction@0.0.13
133+
uses: microsoft/action-python@0.7.0
134134
with:
135135
flake8: true
136136

137137
testing:
138138
runs-on: ubuntu-latest
139139
steps:
140140
- name: Pytest
141-
uses: dciborow/pyaction@0.0.13
141+
uses: microsoft/action-python@0.7.0
142142
with:
143143
testing: true
144144
```

0 commit comments

Comments
 (0)