Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from eggplants/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-4.4.0

Bump actions/setup-python from 4.3.0 to 4.4.0
  • Loading branch information
eggplants authored Dec 25, 2022
2 parents d801d27 + 09ca395 commit 93f420f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/db_scheduled_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4.4.0
with:
cache: pip
cache-dependency-path: setup.cfg
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4.4.0
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
release:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4.4.0
with:
cache: pip
cache-dependency-path: setup.cfg
Expand Down

0 comments on commit 93f420f

Please sign in to comment.