Skip to content

Commit 29570bf

Browse files
authored
Merge pull request #214 from bluesabre/dependabot/github_actions/actions/setup-python-5.5.0
Bump actions/setup-python from 5.4.0 to 5.5.0
2 parents 0bdc39f + a4ea5ae commit 29570bf

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/checkout@v4
2020
- name: Install Python 3
21-
uses: actions/setup-python@v5.4.0
21+
uses: actions/setup-python@v5.5.0
2222
with:
2323
python-version: 3.8
2424
- name: Install dependencies

0 commit comments

Comments
 (0)