Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d6eb32f

Browse files
authored
Merge pull request #248 from SAP/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents 1d05d2b + b32e2a3 commit d6eb32f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Setup go and stringer
4242
- run: go install -v golang.org/x/tools/cmd/stringer@latest
4343
# Setup python and reuse
44-
- uses: actions/setup-python@v4
44+
- uses: actions/setup-python@v5
4545
- uses: BSFishy/pip-action@v1
4646
with:
4747
packages: reuse

0 commit comments

Comments
 (0)