diff options
| author | Yoshiki Takagi <yoshiki.tkg@gmail.com> | 2023-09-16 16:24:08 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-09-19 01:06:35 +0000 |
| commit | 465c222ef125a93b1cd457d18e70a7d58454f628 (patch) | |
| tree | 6b48bac8a5f120dd9053854163ac6e5af60838fc | |
| parent | 230834d9bb5528834e7ddc7fcc616fef238eb6f5 (diff) | |
[rubygems/rubygems] Bump actions/checkout to v4 in bundler gem template
https://github.com/rubygems/rubygems/commit/5ed4c600da
| -rw-r--r-- | lib/bundler/templates/newgem/github/workflows/main.yml.tt | 2 |
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 |
