Skip to content

Commit ecaef18

Browse files
Bump the "dependencies" group with 2 updates across multiple ecosystems (#43)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31d802d commit ecaef18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/translate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
fetch-depth: 1
2424
token: ${{ secrets.BRUTUS_PAT_TOKEN }}
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v6.0.0
27+
uses: actions/setup-python@v6.1.0
2828
with:
2929
python-version: "3.X"
3030
cache: pip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dependency-groups]
22
pre-commit = [
3-
"pre-commit == 4.4.0",
3+
"pre-commit == 4.5.0",
44
]
55

66
tox-uv = [

0 commit comments

Comments
 (0)