We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d802d commit ecaef18Copy full SHA for ecaef18
.github/workflows/translate.yml
@@ -18,13 +18,13 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v5.0.0
+ uses: actions/checkout@v6.0.1
22
with:
23
fetch-depth: 1
24
token: ${{ secrets.BRUTUS_PAT_TOKEN }}
25
26
- name: Set up Python
27
- uses: actions/setup-python@v6.0.0
+ uses: actions/setup-python@v6.1.0
28
29
python-version: "3.X"
30
cache: pip
pyproject.toml
@@ -1,6 +1,6 @@
1
[dependency-groups]
2
pre-commit = [
3
- "pre-commit == 4.4.0",
+ "pre-commit == 4.5.0",
4
]
5
6
tox-uv = [
0 commit comments