WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 36b21a8

Browse files
committed
Merge pull request #5846 from mozilla/dependabot/github_actions/actions/setup-node-5.0.0
build(deps): bump actions/setup-node from 4.4.0 to 5.0.0
2 parents 1df4bd5 + 4c14627 commit 36b21a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@v5
47-
- uses: actions/setup-node@v4.4.0
47+
- uses: actions/setup-node@v5.0.0
4848
with:
4949
node-version-file: frontend/package.json
5050
cache: npm

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
boto3==1.40.25
22
codetiming==1.4.0
33
cryptography==45.0.7
4-
Django==5.2.3
4+
Django==5.2.6
55
dj-database-url==3.0.1
66
django-allauth[socialaccount]==65.11.1
77
django-cors-headers==4.7.0

0 commit comments

Comments
 (0)