Skip to content

Commit 9a440f0

Browse files
chore(deps): bump actions/setup-python from 5.3.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f83dc07 commit 9a440f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
2020
# yamllint (https://github.com/adrienverge/yamllint) which require Python
2121
- name: Set up Python
22-
uses: actions/setup-python@v5.3.0
22+
uses: actions/setup-python@v5.5.0
2323
with:
2424
python-version: 3.7
2525

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-python@v5.3.0
15+
- uses: actions/setup-python@v5.5.0
1616
- uses: actions/setup-node@v4.1.0
1717
- uses: pre-commit/action@v3.0.1
1818
env:

0 commit comments

Comments
 (0)