Skip to content

Commit 2233720

Browse files
Bump actions/setup-python from 3.0.0 to 3.1.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.0.0 to 3.1.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0ebf233...98f2ad0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cbe7d4 commit 2233720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
2626

2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20
28+
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
cache: 'pip'

0 commit comments

Comments
 (0)