Skip to content

Commit 15ebcc0

Browse files
authored
Merge pull request #346 from oddbird/dependabot/github_actions/actions/setup-python-6
chore(deps): Bump actions/setup-python from 5 to 6
2 parents 2cc99a6 + 4f4bae6 commit 15ebcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-wpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
node-version: 'lts/*'
5555
cache: npm
56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
with:
5858
python-version: '3.x'
5959
- name: Clone WPT repo

0 commit comments

Comments
 (0)