From 98833eda53271c3b83119e95a082c81f18f9e159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 13:12:35 +0000 Subject: [PATCH] chore(deps): bump richardsolomou/ras-stack/.github/workflows/check-js.yml Bumps [richardsolomou/ras-stack/.github/workflows/check-js.yml](https://github.com/richardsolomou/ras-stack) from 0.41.1 to 0.44.0. - [Release notes](https://github.com/richardsolomou/ras-stack/releases) - [Changelog](https://github.com/richardsolomou/ras-stack/blob/v0.44.0/CHANGELOG.md) - [Commits](https://github.com/richardsolomou/ras-stack/compare/v0.41.1...v0.44.0) --- updated-dependencies: - dependency-name: richardsolomou/ras-stack/.github/workflows/check-js.yml dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5621c23..9e51315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ concurrency: jobs: check: - uses: richardsolomou/ras-stack/.github/workflows/check-js.yml@v0.41.1 + uses: richardsolomou/ras-stack/.github/workflows/check-js.yml@v0.44.0 with: command: just check just-version: '1.58.0'