Skip to content

Commit 188349c

Browse files
Update actions/setup-python action to v6
1 parent c51b0a7 commit 188349c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: Set up Python 3.11
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: 3.11
1818
- name: Lint slack.json

0 commit comments

Comments
 (0)