Skip to content

Commit dbf7320

Browse files
chore(deps): update actions/setup-python action to v5.5.0 (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 276413b commit dbf7320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: "actions/checkout@v4.2.2"
1818

1919
- name: "Set up Python"
20-
uses: actions/setup-python@v5.4.0
20+
uses: actions/setup-python@v5.5.0
2121
with:
2222
python-version: "3.11"
2323
cache: "pip"

0 commit comments

Comments
 (0)