Skip to content

Commit 25df40b

Browse files
authored
Merge branch 'main' into dependabot/bundler/bundler-f8515809e8
2 parents c079476 + 25a5471 commit 25df40b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
steps:
2222
- name: checkout
2323
uses: actions/checkout@v4
24+
with:
25+
persist-credentials: false
2426

2527
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # [email protected]
2628
with:
27-
bundler-cache: true
29+
bundler-cache: false
2830

2931
- name: bootstrap
3032
run: script/bootstrap

0 commit comments

Comments
 (0)