Skip to content

Commit 3bd5800

Browse files
committed
Merge branch 'master' of github.com:aws-iot-builder-tools/thingpress
2 parents b334eee + 72600c1 commit 3bd5800

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
- uses: actions/setup-python@v4
9+
- uses: actions/setup-python@v5
1010
with:
1111
python-version: 3.13
1212
- name: 'Install dependencies'
@@ -25,7 +25,7 @@ jobs:
2525
- name: Coverage Badge
2626
uses: tj-actions/coverage-badge-py@v2
2727
- name: Verify Changed files
28-
uses: tj-actions/verify-changed-files@v17
28+
uses: tj-actions/verify-changed-files@v20
2929
id: verify-changed-files
3030
with:
3131
files: |

linting.svg

Lines changed: 6 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)