Skip to content

Commit da8b1b3

Browse files
committed
fix: codecliamte action version
1 parent 1d7098a commit da8b1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
./manage.py migrate
6767
./manage.py loaddata dumps/example.json
6868
69-
- uses: paambaati/codeclimate-action@v2.5.3
69+
- uses: paambaati/codeclimate-action@v5.0.0
7070
if: always()
7171
env:
7272
CC_TEST_REPORTER_ID: ${{ secrets.CodeClimate }}

0 commit comments

Comments
 (0)