Skip to content

Commit f608546

Browse files
chore(deps): update actions/setup-python action to v5.5.0
1 parent e15a117 commit f608546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4.2.2
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v5.4.0
35+
uses: actions/setup-python@v5.5.0
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
cache: 'pip'

0 commit comments

Comments
 (0)