Skip to content

Commit e1d3bac

Browse files
authored
Merge pull request #1381 from IntelPython/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 2 to 5
2 parents b17745c + 4cca484 commit e1d3bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v4
2525
# Set up a Python environment for use in actions
26-
- uses: actions/setup-python@v2
26+
- uses: actions/setup-python@v5
2727

2828
# Run black code formatter
2929
- uses: psf/black@stable

0 commit comments

Comments
 (0)