Skip to content

Commit ea37d48

Browse files
authored
Merge pull request #216 from FullStackWithLawrence/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 4.5.0 to 6.0.0
2 parents 0bb9cf9 + d933ede commit ea37d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v3.3.0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v4.5.0
27+
uses: actions/setup-python@v6.0.0
2828
with:
2929
python-version: "3.9"
3030
cache: pip

0 commit comments

Comments
 (0)