Skip to content

Commit b7ea4d0

Browse files
Merge pull request #8 from aleasoluciones/dependabot/github_actions/actions/setup-python-6.2.0
Bump actions/setup-python from 6.1.0 to 6.2.0
2 parents 250ddd4 + f5b4ecd commit b7ea4d0

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
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v6.0.2
4040

4141
- name: Set up Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v6.1.0
42+
uses: actions/setup-python@v6.2.0
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545

0 commit comments

Comments
 (0)