From 465c222ef125a93b1cd457d18e70a7d58454f628 Mon Sep 17 00:00:00 2001 From: Yoshiki Takagi Date: Sat, 16 Sep 2023 16:24:08 +0900 Subject: [PATCH] [rubygems/rubygems] Bump actions/checkout to v4 in bundler gem template https://github.com/rubygems/rubygems/commit/5ed4c600da --- lib/bundler/templates/newgem/github/workflows/main.yml.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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