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 #15 from eggplants/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-4.2.0

Bump actions/setup-python from 4.1.0 to 4.2.0
  • Loading branch information
eggplants authored Aug 3, 2022
2 parents 7a612fe + 3fea071 commit a10aba4
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.1.0
uses: actions/setup-python@v4.2.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.1.0
uses: actions/setup-python@v4.2.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.1.0
uses: actions/setup-python@v4.2.0
with:
cache: pip
cache-dependency-path: setup.cfg
Expand Down

0 comments on commit a10aba4

Please sign in to comment.