aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/markdown-lint.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-08 16:26:41 +0100
committerGitHub <noreply@github.com>2022-03-08 16:26:41 +0100
commitd5bb7deaa1df267437346f9c346a4658cc028987 (patch)
treef701cd047ba1d27fb99c95b50ecc074c2143cb7c /.github/workflows/markdown-lint.yml
parent9cde6268bb046e6648757e553254163c53257885 (diff)
downloadtranslated-content-d5bb7deaa1df267437346f9c346a4658cc028987.tar.gz
translated-content-d5bb7deaa1df267437346f9c346a4658cc028987.tar.bz2
translated-content-d5bb7deaa1df267437346f9c346a4658cc028987.zip
Bump actions/checkout from 2 to 3 (#4484)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout 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/markdown-lint.yml')
-rw-r--r--.github/workflows/markdown-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml
index 8b6e8d75b1..2c6022c677 100644
--- a/.github/workflows/markdown-lint.yml
+++ b/.github/workflows/markdown-lint.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3