Skip to content

Commit 46537ff

Browse files
chore(deps): bump actions/setup-python in the dependencies group
Bumps the dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23689ee commit 46537ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Full git history is needed to get a proper
2424
# list of changed files within `super-linter`
2525
fetch-depth: 0
26-
- uses: actions/setup-python@v5.4.0
26+
- uses: actions/setup-python@v5.5.0
2727
with:
2828
python-version: "3.12"
2929
- name: Install dependencies

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/[email protected]
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v5.4.0
26+
uses: actions/setup-python@v5.5.0
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)