Skip to content

Commit a729825

Browse files
authored
Merge pull request #66 from open-telemetry/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4.4.0
2 parents ff2be45 + 1ba6842 commit a729825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
18+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1919
with:
2020
node-version: 20
2121
- name: Install dependencies

0 commit comments

Comments
 (0)