Skip to content

Commit ab366f8

Browse files
Merge pull request #516 from crypdick/dependabot/github_actions/actions/setup-python-5.3.0
⬆️ Bump actions/setup-python from 5.2.0 to 5.3.0
2 parents 6ba6d6c + fd18f2e commit ab366f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v5.2.0
15+
uses: actions/setup-python@v5.3.0
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818

0 commit comments

Comments
 (0)