Skip to content

Commit 4ea9735

Browse files
authored
Upgrade ruby action (#62)
The actions/setup-ruby action is deprecated This commit updates the CI job to use the new ruby setup action
1 parent f842f64 commit 4ea9735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Unit tests
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/setup-ruby@v1
18+
- uses: ruby/setup-ruby@v1
1919
with:
2020
ruby-version: '2.6'
2121
- run: gem install cfn-nag

0 commit comments

Comments
 (0)