Skip to content

Commit

Permalink
Merge pull request #193 from input-output-hk/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
mkoura authored Jun 22, 2023
2 parents d9cb619 + ffeff9d commit 90a735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
Expand Down

0 comments on commit 90a735e

Please sign in to comment.