Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 10, 2023
1 parent eb32f5a commit 19ed353
Show file tree
Hide file tree
Showing 5 changed files with 885 additions and 875 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0

- name: Set up Python 3.7
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.5.0
with:
python-version: 3.7

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Create Github Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0

- name: Get version from tag
id: tag_name
Expand Down Expand Up @@ -52,9 +52,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0

- uses: actions/setup-python@v4.3.1
- uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-versions }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/setup-python@v4.3.1
- uses: actions/checkout@v3.3.0
- uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -88,8 +88,8 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/setup-python@v4.3.1
- uses: actions/checkout@v3.3.0
- uses: actions/setup-python@v4.5.0
with:
python-version: 3.9

Expand Down
Loading

0 comments on commit 19ed353

Please sign in to comment.