From ba01e004ad9f93db0bd319be8f1e3796eb37ce62 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 27 Oct 2025 22:29:07 +0000 Subject: [PATCH] ci(licensed): fix typo in comment (#13) --- .github/workflows/licensed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 145752d..6908483 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -26,7 +26,7 @@ jobs: node-version-file: .node-version cache: npm - run: npm ci - - uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0 # v1.266.0 + - uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0 with: ruby-version: ruby bundler-cache: true