Skip to content

Commit 87d8fee

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.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 601cdb4 commit 87d8fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Checkout
124124
uses: actions/checkout@v4
125125
- name: Setup Python
126-
uses: actions/setup-python@v5.3.0
126+
uses: actions/setup-python@v5.4.0
127127
with:
128128
python-version: '3.x'
129129
- name: Install dependencies

0 commit comments

Comments
 (0)