Skip to content

Commit

Permalink
Merge pull request #1381 from IntelPython/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-5

Bump actions/setup-python from 2 to 5
  • Loading branch information
ZzEeKkAa authored Mar 11, 2024
2 parents b17745c + 4cca484 commit e1d3bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
# Set up a Python environment for use in actions
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5

# Run black code formatter
- uses: psf/black@stable
Expand Down

0 comments on commit e1d3bac

Please sign in to comment.