Skip to content

Commit e9ad21a

Browse files
Bump actions/setup-python from 3 to 4.1.0 (#21)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4.1.0) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9df3445 commit e9ad21a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v3
34+
uses: actions/setup-python@v4.1.0
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737

@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v3
7373
- name: Set up Python 3.10
74-
uses: actions/setup-python@v3
74+
uses: actions/setup-python@v4.1.0
7575
with:
7676
python-version: "3.10"
7777

0 commit comments

Comments
 (0)