Skip to content

Commit 782f19b

Browse files
Update actions/setup-python action to v5.6.0 (#85)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63f1f78 commit 782f19b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v5.5.0
25+
uses: actions/setup-python@v5.6.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies

0 commit comments

Comments
 (0)