Skip to content

Commit e179f93

Browse files
authored
Merge pull request #601 from oasisprotocol/dependabot/github_actions/actions/setup-python-6
ci: bump actions/setup-python from 5 to 6
2 parents 3f5e778 + 4b1871a commit e179f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Fetch all history so gitlint can check the relevant commits.
3232
fetch-depth: '0'
3333
- name: Set up Python 3
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: '3.x'
3737
- name: Set up Node.js 20

0 commit comments

Comments
 (0)