Skip to content

Commit 87fd46d

Browse files
build(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50d98c1 commit 87fd46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
persist-credentials: false
1414
fetch-depth: 0
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v5
1616
- name: Filter Repository
1717
run: |
1818
pip install git-filter-repo

0 commit comments

Comments
 (0)