Skip to content

Commit a5c8eea

Browse files
authored
Merge pull request #1127 from oasisprotocol/dependabot/github_actions/actions/setup-python-5
ci: bump actions/setup-python from 3 to 5
2 parents 2cf9cd7 + 9cc309c commit a5c8eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Fetch all history so gitlint can check the relevant commits.
3838
fetch-depth: '0'
3939
- name: Set up Python 3
40-
uses: actions/setup-python@v3
40+
uses: actions/setup-python@v5
4141
with:
4242
python-version: '3.x'
4343
# Needed for Towncrier fork to work with 3.12 and above

0 commit comments

Comments
 (0)