Skip to content

Commit 5dd97e3

Browse files
authored
Merge pull request #59 from Azure-Samples/dependabot/github_actions/github-actions-b953b41aef
Bump the github-actions group with 4 updates
2 parents 10ed65b + b273071 commit 5dd97e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/azure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v5
105105

106106
- name: Set up Python (for Playwright test)
107-
uses: actions/setup-python@v5
107+
uses: actions/setup-python@v6
108108
with:
109109
python-version: '3.12'
110110

.github/workflows/python.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616
os: ["ubuntu-latest"]
1717
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Install uv
21-
uses: astral-sh/setup-uv@v6
21+
uses: astral-sh/setup-uv@v7
2222
with:
2323
enable-cache: true
2424
version: "0.4.20"
2525
cache-dependency-glob: "requirements**.txt"
2626
python-version: ${{ matrix.python_version }}
2727
activate-environment: true
2828
- name: Setup node
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: "22"
3232
- name: Build frontend

0 commit comments

Comments
 (0)