We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a32c419 + c437a24 commit e898381Copy full SHA for e898381
1 file changed
.github/workflows/release.yml
@@ -19,10 +19,12 @@ jobs:
19
steps:
20
- name: checkout
21
uses: actions/checkout@v4
22
+ with:
23
+ persist-credentials: false
24
25
- uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # pin@v1.227.0
26
with:
- bundler-cache: true
27
+ bundler-cache: false
28
29
- name: bootstrap
30
run: script/bootstrap
0 commit comments