Skip to content

Commit b691e5f

Browse files
authored
Merge pull request #65 from bluesabre/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.5.0 to 6.0.0
2 parents b8585ae + 9f29f85 commit b691e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/track-lp-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Checkout code
1919
- uses: actions/[email protected]
2020
- name: Install Python 3
21-
uses: actions/setup-python@v5.5.0
21+
uses: actions/setup-python@v6.0.0
2222
with:
2323
python-version: 3.8
2424
- name: Install dependencies

0 commit comments

Comments
 (0)