Skip to content

Commit 56236fd

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml - .github/workflows/ci-lint.yml
1 parent c674ec3 commit 56236fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
paths:
1212
- ".github/**"
1313
schedule:
14-
cron: "0 0 * * 0" # every Sunday at midnight
14+
- cron: "0 0 * * 0" # every Sunday at midnight
1515

1616
permissions: {}
1717

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install package dependencies
3838
run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS"
3939
- name: Set up Ruby
40-
uses: ruby/setup-ruby@896e71e063dc0933bb442a54e949d75291991ecb # zizmor: ignore[cache-poisoning]
40+
uses: ruby/setup-ruby@ea73ddb198f027c31d496ef5749cf297fe1a0695 # zizmor: ignore[cache-poisoning]
4141
with:
4242
ruby-version: ${{ matrix.ruby }}
4343
bundler-cache: true

0 commit comments

Comments
 (0)