summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYoshiki Takagi <[email protected]>2023-09-16 16:24:08 +0900
committergit <[email protected]>2023-09-19 01:06:35 +0000
commit465c222ef125a93b1cd457d18e70a7d58454f628 (patch)
tree6b48bac8a5f120dd9053854163ac6e5af60838fc /lib
parent230834d9bb5528834e7ddc7fcc616fef238eb6f5 (diff)
[rubygems/rubygems] Bump actions/checkout to v4 in bundler gem template
https://github.com/rubygems/rubygems/commit/5ed4c600da
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/templates/newgem/github/workflows/main.yml.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/github/workflows/main.yml.tt b/lib/bundler/templates/newgem/github/workflows/main.yml.tt
index be58dd8156..32b39558d8 100644
--- a/lib/bundler/templates/newgem/github/workflows/main.yml.tt
+++ b/lib/bundler/templates/newgem/github/workflows/main.yml.tt
@@ -17,7 +17,7 @@ jobs:
- '<%= RUBY_VERSION %>'
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
<%- if config[:ext] == 'rust' -%>
- name: Set up Ruby & Rust
uses: oxidize-rb/actions/setup-ruby-and-rust@v1