We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c674ec3 commit 56236fdCopy full SHA for 56236fd
.github/workflows/ci-lint.yml
@@ -11,7 +11,7 @@ on:
11
paths:
12
- ".github/**"
13
schedule:
14
- cron: "0 0 * * 0" # every Sunday at midnight
+ - cron: "0 0 * * 0" # every Sunday at midnight
15
16
permissions: {}
17
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install package dependencies
38
run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS"
39
- name: Set up Ruby
40
- uses: ruby/setup-ruby@896e71e063dc0933bb442a54e949d75291991ecb # zizmor: ignore[cache-poisoning]
+ uses: ruby/setup-ruby@ea73ddb198f027c31d496ef5749cf297fe1a0695 # zizmor: ignore[cache-poisoning]
41
with:
42
ruby-version: ${{ matrix.ruby }}
43
bundler-cache: true
0 commit comments