Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit e162e92

Browse files
author
Jason Meridth
authored
Merge pull request #190 from github/dependabot/github_actions/dependencies-f2e6fc259d
chore(deps): bump actions/setup-python from 5.4.0 to 5.5.0 in the dependencies group
2 parents 2193968 + 62b6845 commit e162e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4.2.2
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5.4.0
23+
uses: actions/setup-python@v5.5.0
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

0 commit comments

Comments
 (0)