Skip to content

Commit f2a2a8c

Browse files
Merge pull request #204 from bunkerity/dependabot/github_actions/dev/actions/setup-python-6.3.0
deps/gha: bump actions/setup-python from 5.3.0 to 6.3.0
2 parents e770ae1 + 4718f3e commit f2a2a8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout source code
5252
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5353
- name: Set up Python
54-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
54+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5555
with:
5656
python-version: "3.11"
5757
- name: Install pre-commit
@@ -102,7 +102,7 @@ jobs:
102102
# --- Python : ui/actions.py ---
103103
- name: Set up Python
104104
if: matrix.lang == 'python'
105-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
105+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
106106
with:
107107
python-version: "3.11"
108108
- name: Run Python unit tests

0 commit comments

Comments
 (0)