From e95a69389eaba682e13d41ef07539f47e6ebaa40 Mon Sep 17 00:00:00 2001 From: Ryunosuke Sato Date: Tue, 7 Apr 2026 14:19:53 +0900 Subject: [PATCH] $ pinact run --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cca449..c3f95f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,16 +28,16 @@ jobs: RAILS_VERSION: "${{ matrix.rails }}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - name: Install Ruby ${{ matrix.ruby }} - uses: "ruby/setup-ruby@v1" + uses: "ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92" # v1.300.0 with: ruby-version: "${{ matrix.ruby }}" bundler-cache: true - name: Install NodeJS - uses: actions/setup-node@v2 + uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2 with: node-version: "18.x"