diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-08 16:23:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 16:23:48 +0100 |
commit | 9cde6268bb046e6648757e553254163c53257885 (patch) | |
tree | 52e0c210d2543cc8d274237e222d35e2726d2ed2 /.github/workflows/sync-translated-content.yml | |
parent | c44382a6c2ae617dd4e36d987ac3b97446c46111 (diff) | |
download | translated-content-9cde6268bb046e6648757e553254163c53257885.tar.gz translated-content-9cde6268bb046e6648757e553254163c53257885.tar.bz2 translated-content-9cde6268bb046e6648757e553254163c53257885.zip |
Bump actions/setup-node from 2 to 3 (#4485)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/sync-translated-content.yml')
-rw-r--r-- | .github/workflows/sync-translated-content.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync-translated-content.yml b/.github/workflows/sync-translated-content.yml index abaf2514aa..be7f5f5a39 100644 --- a/.github/workflows/sync-translated-content.yml +++ b/.github/workflows/sync-translated-content.yml @@ -24,7 +24,7 @@ jobs: path: mdn/content - name: Setup Node.js environment - uses: actions/setup-node@v2.1.4 + uses: actions/setup-node@v3 with: node-version: "12" |