Skip to content

Commit 6902dfe

Browse files
dependabot[bot]gadomski
authored andcommitted
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c9bc35 commit 6902dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
- uses: actions/checkout@v3
141141
- name: Setup Python
142-
uses: actions/setup-python@v3
142+
uses: actions/setup-python@v4
143143
with:
144144
python-version: "3.10"
145145
cache: pip

0 commit comments

Comments
 (0)