Skip to content

Commit

Permalink
Bumped dependencies
Browse files Browse the repository at this point in the history
whoops
  • Loading branch information
mickem committed Feb 12, 2025
1 parent 1a990fd commit 8d954ba
Show file tree
Hide file tree
Showing 6 changed files with 304 additions and 284 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -52,7 +52,7 @@ jobs:
shell: pwsh

- id: python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ ENV.PYTHON_VERSION }}
architecture: ${{ inputs.architecture }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

- id: python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ ENV.PYTHON_VERSION }}

Expand Down
5 changes: 2 additions & 3 deletions build/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
mkdocs==1.5.1
protobuf==4.23.4
jinja2==3.1.2
jinja2==3.1.5
mkdocs-material==9.1.21
setuptools==65.5.0
json-protobuf==2.0.1
lua-protobuf==2.0.3
md-protobuf==2.0.1
setuptools==65.5.0
setuptools==70.0.0
Loading

0 comments on commit 8d954ba

Please sign in to comment.