Skip to content

Commit 90a735e

Browse files
authored
Merge pull request #193 from input-output-hk/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents d9cb619 + ffeff9d commit 90a735e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repo_lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: actions/setup-python@v3
15+
- uses: actions/setup-python@v4
1616
with:
1717
python-version: '3.10'
1818
- name: Install dependencies

0 commit comments

Comments
 (0)