Skip to content

Commit 8ff2eda

Browse files
chore(deps): update actions/setup-python action to v7
1 parent 0334828 commit 8ff2eda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2727

2828
- name: Setup Python
29-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
29+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3030
with:
3131
python-version: ${{ env.PYTHON_VERSION }}
3232

.github/workflows/update-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: update-${{ github.sha }}
3636

3737
- name: Set up Python
38-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
38+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3939
with:
4040
python-version: ${{ env.PYTHON_VERSION }}
4141

0 commit comments

Comments
 (0)