Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 465c222

Browse files
ytkgmatzbot
authored andcommitted
[rubygems/rubygems] Bump actions/checkout to v4 in bundler gem template
rubygems/rubygems@5ed4c600da
1 parent 230834d commit 465c222

File tree

1 file changed

+1
-1
lines changed
  • lib/bundler/templates/newgem/github/workflows

1 file changed

+1
-1
lines changed

lib/bundler/templates/newgem/github/workflows/main.yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- '<%= RUBY_VERSION %>'
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
<%- if config[:ext] == 'rust' -%>
2222
- name: Set up Ruby & Rust
2323
uses: oxidize-rb/actions/setup-ruby-and-rust@v1

0 commit comments

Comments
 (0)