Skip to content

Commit 8c8eb32

Browse files
Merge pull request #8 from baseplate-admin/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents a5b8801 + 9a5ee74 commit 8c8eb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Set up Python
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)