Skip to content

Commit 40cc1e7

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0 (#6)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00aa27c commit 40cc1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/translate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ secrets.BRUTUS_PAT_TOKEN }}
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v5.6.0
32+
uses: actions/setup-python@v6.0.0
3333
with:
3434
python-version: "3.X"
3535
cache: pip

0 commit comments

Comments
 (0)