Skip to content

Commit 5ddc874

Browse files
authored
Merge pull request #26 from Quantco/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents 8635cc1 + e311531 commit 5ddc874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
ref: ${{ github.head_ref }}
1414
- name: Install Python 3.8
15-
uses: actions/setup-python@v3
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: 3.8
1818
- name: Run pre-commit checks

0 commit comments

Comments
 (0)