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.
2 parents 3c57fc3 + 5cec0ee commit 3acf773Copy full SHA for 3acf773
.github/workflows/sync-shared-config.yml
@@ -7,6 +7,7 @@ on:
7
pull_request:
8
schedule:
9
- cron: "0 */3 * * *" # Every 3 hours
10
+ workflow_dispatch:
11
12
permissions:
13
contents: read
@@ -96,7 +97,7 @@ jobs:
96
97
run: cp /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/.ruby-version .
98
99
- name: Install Ruby
- uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
100
+ uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1.200.0
101
with:
102
bundler-cache: true
103
.ruby-version
@@ -1 +1 @@
1
-3.3.5
+3.3.6
0 commit comments