summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-24 11:23:30 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-10-24 14:39:17 +0200
commit15e3792d99e0c73f287a5636d964514029adab33 (patch)
tree5b091262a666dbfea423dae1161908ef90dacdf9 /.github
parent1632f5b0e2fbfdaa5be31d12240c089383b5af11 (diff)
Build(deps): Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 352aea869..f614efe95 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
name: eslint node${{ matrix.node-versions }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
@@ -38,7 +38,7 @@ jobs:
name: stylelint node${{ matrix.node-versions }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1