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

Commit 297af2b

Browse files
authored
Merge pull request #22 from eggplants/dependabot/github_actions/actions/setup-python-4.3.0
Bump actions/setup-python from 4.2.0 to 4.3.0
2 parents 53a5bec + fdaa4e7 commit 297af2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/db_scheduled_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v4.2.0
18+
uses: actions/setup-python@v4.3.0
1919
with:
2020
cache: pip
2121
cache-dependency-path: setup.cfg

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v3
1717
- name: Setup Python
18-
uses: actions/setup-python@v4.2.0
18+
uses: actions/setup-python@v4.3.0
1919
- name: Run pre-commit
2020
uses: pre-commit/action@v3.0.0
2121
release:
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
persist-credentials: false
4545
- name: Setup Python
46-
uses: actions/setup-python@v4.2.0
46+
uses: actions/setup-python@v4.3.0
4747
with:
4848
cache: pip
4949
cache-dependency-path: setup.cfg

0 commit comments

Comments
 (0)