Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 04b8341

Browse files
authored
chore(deps): update actions/setup-python action to v3 (#185)
1 parent d45bb99 commit 04b8341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v3
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install dependencies

0 commit comments

Comments
 (0)