Skip to content

Commit 70fb773

Browse files
authored
Merge pull request #65 from advanced-security/dependabot/github_actions/production-dependencies-1cc54e3a68
build(deps): bump actions/setup-python from 5 to 6 in the production-dependencies group
2 parents 6ce37d4 + 3ab6f33 commit 70fb773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222

2323
- name: "Set up Python ${{ matrix.python-version }}"
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: "${{ matrix.python-version }}"
2727

0 commit comments

Comments
 (0)