1 parent 83c7784 commit 8e1cff6Copy full SHA for 8e1cff6
1 file changed
.github/workflows/ruby.yml
@@ -16,7 +16,9 @@ jobs:
16
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
+ with:
21
+ persist-credentials: false
22
23
- name: Set up Ruby ${{ matrix.ruby }}
24
uses: ruby/setup-ruby@v1
0 commit comments