From b065924848369f42789eaede681dcc334c6f8d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:44:00 +0000 Subject: [PATCH] ci: bump robert7/workflows/.github/workflows/node-ci.yml Bumps the github-actions group with 1 update: [robert7/workflows/.github/workflows/node-ci.yml](https://github.com/robert7/workflows). Updates `robert7/workflows/.github/workflows/node-ci.yml` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/robert7/workflows/releases) - [Changelog](https://github.com/robert7/workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/robert7/workflows/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: robert7/workflows/.github/workflows/node-ci.yml dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d016c20..e37e760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,6 @@ on: jobs: quality: - uses: robert7/workflows/.github/workflows/node-ci.yml@v0.2.0 + uses: robert7/workflows/.github/workflows/node-ci.yml@v0.3.0 secrets: codecov_token: ${{ secrets.CODECOV_TOKEN }}