1 Commits

Author SHA1 Message Date
63e71bc075 Bump the gh-actions-deps group with 2 updates
Bumps the gh-actions-deps group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python).


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-deps
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 13:14:07 +00:00
3 changed files with 8 additions and 8 deletions

View File

@ -9,9 +9,9 @@ jobs:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10"] python-version: ["3.8", "3.9", "3.10"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
@ -39,9 +39,9 @@ jobs:
name: Builder for Python all-in-one executables, published on a release. name: Builder for Python all-in-one executables, published on a release.
steps: steps:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Set up Python 3.8 - name: Set up Python 3.8
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: "3.8" python-version: "3.8"
- name: Install dependencies - name: Install dependencies

View File

@ -14,7 +14,7 @@ jobs:
continue-on-error: true continue-on-error: true
steps: steps:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Build container image - name: Build container image
id: build id: build

View File

@ -1,7 +1,7 @@
feedgen==1.0.0 feedgen==1.0.0
feedparser==6.0.11 feedparser==6.0.11
listparser==0.20 listparser==0.20
lxml==5.3.0 lxml==5.2.2
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
pyyaml==6.0.2 pyyaml==6.0.1
pyinstaller==6.10.0 pyinstaller==6.9.0