mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2026-01-05 11:10:37 +01:00
Update dependencies to satisfy dependabot.
This commit is contained in:
6
.github/workflows/constraints.txt
vendored
6
.github/workflows/constraints.txt
vendored
@@ -1,5 +1,5 @@
|
||||
pip==23.1.2
|
||||
nox==2022.11.21
|
||||
pip==23.3.1
|
||||
nox==2023.4.22
|
||||
nox-poetry==1.0.3
|
||||
poetry==1.3.2
|
||||
poetry==1.7.1
|
||||
virtualenv==20.15.0
|
||||
|
||||
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Labeler
|
||||
uses: crazy-max/ghaction-github-labeler@v4.1.0
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
|
||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python ${{"{{"}} matrix.python {{"}}"}}
|
||||
uses: actions/setup-python@v4.6.1
|
||||
@@ -108,7 +108,7 @@ jobs:
|
||||
needs: tests
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4.6.1
|
||||
|
||||
Reference in New Issue
Block a user