Skip to content

Commit 4e90639

Browse files
Merge pull request #3 from MaharshPatelX/dependabot/github_actions/actions/setup-python-7
chore(deps): bump actions/setup-python from 5 to 7
2 parents dfba32e + d87afd8 commit 4e90639

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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v7
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v7
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
cache: pip

0 commit comments

Comments
 (0)