Skip to content

Commit 68795e6

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml - .github/workflows/rubocop.yml
1 parent bc2f808 commit 68795e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install package dependencies
4444
run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS"
4545
- name: Set up Ruby
46-
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # zizmor: ignore[cache-poisoning]
46+
uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # zizmor: ignore[cache-poisoning]
4747
with:
4848
ruby-version: ${{ matrix.ruby }}
4949
bundler-cache: true

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Set up Ruby 4.0
29-
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # zizmor: ignore[cache-poisoning]
29+
uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # zizmor: ignore[cache-poisoning]
3030
with:
3131
ruby-version: 4.0
3232
bundler-cache: true

0 commit comments

Comments
 (0)