We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ce2825 + ac4ace4 commit 64dcfcaCopy full SHA for 64dcfca
4 files changed
.github/workflows/release.yml
@@ -21,10 +21,12 @@ jobs:
21
steps:
22
- name: checkout
23
uses: actions/checkout@v4
24
+ with:
25
+ persist-credentials: false
26
27
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # pin@v1.221.0
28
with:
- bundler-cache: true
29
+ bundler-cache: false
30
31
- name: bootstrap
32
run: script/bootstrap
Gemfile.lock
@@ -73,7 +73,7 @@ GEM
73
stringio
74
public_suffix (5.0.5)
75
racc (1.8.0)
76
- rack (3.0.13)
+ rack (3.0.16)
77
rainbow (3.1.1)
78
rake (13.2.1)
79
rdoc (6.7.0)
vendor/cache/rack-3.0.13.gem
-107 KB
vendor/cache/rack-3.0.16.gem
108 KB
0 commit comments