Skip to content

Commit d8d466c

Browse files
Bump actions/setup-python from 4.9.1 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.9.1 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@7f4fc3e...a309ff8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95fee42 commit d8d466c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5151
- name: Set up Python 3.10 for Node 14
5252
if: ${{ matrix.node-version == '14' }}
53-
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
53+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5454
with:
5555
python-version: '3.10'
5656
- name: Cache node modules

0 commit comments

Comments
 (0)