Skip to content

Commit ced3efc

Browse files
chore(deps): bump actions/setup-python from 5.3.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e7d787 commit ced3efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-python@v5.3.0
15+
- uses: actions/setup-python@v5.5.0
1616
- name: install shfmt
1717
run: |
1818
mkdir -p $GITHUB_WORKSPACE/bin

0 commit comments

Comments
 (0)