Skip to content

Commit 8e1cff6

Browse files
committed
Update actions/checkout version to v6
1 parent 83c7784 commit 8e1cff6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
20+
with:
21+
persist-credentials: false
2022

2123
- name: Set up Ruby ${{ matrix.ruby }}
2224
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)