Skip to content

Commit 66fe515

Browse files
authored
Merge pull request #591 from FalkorDB/dependabot/github_actions/staging/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 165fb15 + 6ea29e8 commit 66fe515

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run lint
3636

3737
- name: Setup Python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: "3.12"
4141

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 24
3131

32-
- uses: actions/setup-python@v5
32+
- uses: actions/setup-python@v6
3333
with:
3434
python-version: '3.12'
3535

0 commit comments

Comments
 (0)