Skip to content

Commit cf1b75f

Browse files
authored
Merge pull request #3 from sd416/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 4 to 6
2 parents a3e83b4 + b7faeba commit cf1b75f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-view.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 20
3131

3232
- name: Setup Python
33-
uses: actions/setup-python@v4
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: "3.11"
3636

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: 20
4343

4444
- name: Setup Python
45-
uses: actions/setup-python@v4
45+
uses: actions/setup-python@v6
4646
with:
4747
python-version: "3.11"
4848

0 commit comments

Comments
 (0)