Skip to content

Commit 10d7ca4

Browse files
authored
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-5.5.1
2 parents 9dea52b + 43d4f64 commit 10d7ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5656
- name: Setup Node for Percy
5757
if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
58-
uses: actions/setup-node@v4
58+
uses: actions/setup-node@v5
5959
with:
6060
node-version: '14'
6161
- name: Install Percy CI

0 commit comments

Comments
 (0)