summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-12 13:01:18 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2024-05-07 21:04:23 +0200
commit30313f71dbd17bad4dda7db080b0f1859ca49ca7 (patch)
treeb552964d357767a24131c190b5de23ab5e54ccb1 /.github/workflows
parent8b1666e815e91ac5a05fbd1f68328ec6110737b2 (diff)
Build(deps): Bump skjnldsv/read-package-engines-version-actions
Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 2.2 to 3. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v2.2...v3) --- updated-dependencies: - dependency-name: skjnldsv/read-package-engines-version-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint-eslint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
index e59028679..2fd40e8dd 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Read package.json node and npm engines version
- uses: skjnldsv/read-package-engines-version-actions@v2.2
+ uses: skjnldsv/read-package-engines-version-actions@v3
id: versions
with:
fallbackNode: '^16'