Skip to content

Commit 667b830

Browse files
authored
Update the GitHub Action step "actions/checkout" from v2 to v3 (#608)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 23a0ac4 commit 667b830

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout Code
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838

3939
- name: Setup Ruby
4040
uses: ruby/setup-ruby@v1

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Steps:
4848
- Check out the code with `git clone https://github.com/ruby-git/ruby-git ruby-git-v1.6.0 && cd ruby-git-v1.6.0`
4949
- Install development dependencies using bundle `bundle install`
5050
- Based upon the nature of the changes, decide on the type of release: `major`, `minor`, or `patch` (in this example we will use `minor`)
51-
- Run the release script `bundle exec create-github-realese minor`
51+
- Run the release script `bundle exec create-github-release minor`
5252

5353
## Review and Merge the Release
5454

0 commit comments

Comments
 (0)