Skip to content

Commit 9120b79

Browse files
chore(deps): bump actions/setup-python
Bumps the minor-and-patch group with 1 update in the / directory: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fad303 commit 9120b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-septic-docs-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v7
1414

1515
- name: Setup Python
16-
uses: actions/setup-python@v6
16+
uses: actions/setup-python@v6.3.0
1717
with:
1818
python-version: "3.11"
1919

0 commit comments

Comments
 (0)