Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xcaeag committed Jul 10, 2024
2 parents c4c6c7c + 7fe07af commit e12fbdd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc2pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: '${{ env.PYTHON_VERSION }}'

- uses: actions/cache@v3.3.2
- uses: actions/cache@v4.0.2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/documentation.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: '${{ env.PYTHON_VERSION }}'

- uses: actions/cache@v3.3.2
- uses: actions/cache@v4.0.2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: '${{ env.PYTHON_VERSION }}'

- uses: actions/cache@v3.3.2
- uses: actions/cache@v4.0.2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# run: sudo apt install qt5-default qttools5-dev-tools

- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '${{ env.PYTHON_VERSION }}'

Expand Down
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Develop matching the development guidelines
# -------------------------------------------

black==20.8b1
black==24.3.0
flake8>=3.8,<3.9
flake8-builtins>=1.5,<1.6
flake8-eradicate>=1.0,<1.1
Expand Down

0 comments on commit e12fbdd

Please sign in to comment.