Skip to content

Commit 7c07812

Browse files
Merge pull request #16 from webdriverio/dependabot/github_actions/major-deps-updates-9fefc21f71
chore(deps): bump the major-deps-updates group with 2 updates
2 parents 6eaf9ff + 9a3c418 commit 7c07812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
steps:
1414

1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
# Persist credentials so git push works
1919
persist-credentials: true
2020
fetch-depth: 0
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version-file: .nvmrc
2626

0 commit comments

Comments
 (0)