Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit a6b78f5

Browse files
chore(deps): update actions/setup-node action to v2 (#1763)
* chore(deps): update actions/setup-node action to v2 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 728ebe8 commit a6b78f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conformance-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v1
12+
- uses: actions/setup-node@v2
1313
with:
1414
node-version: 12
1515
- run: node --version

0 commit comments

Comments
 (0)