Skip to content

Commit 09be4a2

Browse files
authored
Merge pull request #201 from cloudfoundry-community/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 1 to 5
2 parents dfc8342 + 514e13f commit 09be4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v1
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies

0 commit comments

Comments
 (0)