summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHartley McGuire <skipkayhil@gmail.com>2022-04-03 21:56:37 -0400
committergit <svn-admin@ruby-lang.org>2022-04-04 14:14:40 +0900
commit4db75b6fe7453624bcb2286c4b191b49fc657f2e (patch)
treea27a913d4407b266ef8cfe6d0f478f588ce8e7e1 /lib
parentfb5aa31e2d20ea8e1425432672f4de4c8ca2c26b (diff)
[rubygems/rubygems] bump actions/checkout to 3 in bundler gem template
Dependabot bumped the repo's configuration in 0c996fa but it did not bump the version in the template for `bundler gem` https://github.com/rubygems/rubygems/commit/e14980e169
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 6570d177af..1ff4b58b7b 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@v2
+ - uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: