Skip to content

Commit c96c7cb

Browse files
committed
Update reports.yml
1 parent 72a00bc commit c96c7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Set up Python 3.10
22-
uses: actions/setup-python@v1
22+
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.10
24+
python-version: '3.10'
2525
- uses: actions/cache@v2
2626
name: Configure pip caching
2727
with:

0 commit comments

Comments
 (0)