Skip to content

Commit a38b281

Browse files
authored
Merge branch 'staging' into dependabot/github_actions/staging/docker/build-push-action-7
2 parents e2ba384 + 66fe515 commit a38b281

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)