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 0658199 commit cc66636Copy full SHA for cc66636
2 files changed
.github/workflows/translate.yml
@@ -18,13 +18,13 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
22
with:
23
fetch-depth: 1
24
token: ${{ secrets.BRUTUS_PAT_TOKEN }}
25
26
- name: Set up Python
27
- uses: actions/setup-python@v6.1.0
+ uses: actions/setup-python@v6.2.0
28
29
python-version: "3.X"
30
cache: pip
pyproject.toml
@@ -8,7 +8,7 @@ tox-uv = [
8
]
9
10
wlc = [
11
- "wlc == 1.17.0",
+ "wlc == 1.17.2",
12
13
14
dev = [
0 commit comments