Skip to content

Commit d26745a

Browse files
authored
Merge pull request #2 from jupyter-ai-contrib/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 2 to 5
2 parents 87e75d2 + 11a7cf3 commit d26745a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Checkout
9898
uses: actions/checkout@v2
9999
- name: Install Python
100-
uses: actions/setup-python@v2
100+
uses: actions/setup-python@v5
101101
with:
102102
python-version: '3.9'
103103
architecture: 'x64'

0 commit comments

Comments
 (0)