Skip to content

Commit c433961

Browse files
author
Mirko Brombin
authored
Merge pull request #313 from bottlesdevs/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 291f68d + 6951a02 commit c433961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
path: "bottle-components-repository"
9090
ref: ${{ env.PR_BRANCH }}
9191

92-
- uses: actions/setup-python@v4
92+
- uses: actions/setup-python@v5
9393
with:
9494
python-version: '3.x'
9595
cache: 'pip'

0 commit comments

Comments
 (0)