Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Jul 9, 2024
1 parent 59dce99 commit 7d0204b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Install Python dependencies
description: Set up dependencies for Python

runs:
using: composite
steps:
- name: Setup Python
uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v5.1.0
with:
python-version: 3.10.14
cache: 'pip'
Expand Down

0 comments on commit 7d0204b

Please sign in to comment.