Skip to content

Commit 4d54629

Browse files
build(deps): bump actions/setup-python from 3.1.1 to 3.1.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@21c0493...98f2ad0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9da9050 commit 4d54629

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
4545

4646
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
47+
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050
cache: 'pip'

.github/workflows/specification-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
18-
- uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
18+
- uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
1919
- name: Get supported version
2020
id: get-version
2121
run: |

0 commit comments

Comments
 (0)