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

Skip to content

Commit 5ed4c60

Browse files
committed
Bump actions/checkout to v4 in bundler gem template
1 parent bf1c85d commit 5ed4c60

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

bundler/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)