Skip to content

Commit 58c5973

Browse files
authored
Merge pull request #94 from Firefishy/use-support-github-action-ruby-setup-ruby
Use supported action: ruby/setup-ruby
2 parents e9e25df + 6bacec3 commit 58c5973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cfn-nag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Ruby 2.6
15-
uses: actions/setup-ruby@v1
15+
uses: ruby/setup-ruby@v1
1616
with:
1717
ruby-version: '2.6'
1818
- name: Install cfn-nag

0 commit comments

Comments
 (0)