Skip to content

Commit

Permalink
ci(deps): update ruby/setup-ruby action to v1.144.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2023
1 parent 89b36e3 commit 08a93d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
path: shared-slides
- name: Setup Ruby
uses: ruby/setup-ruby@v1.143.0
uses: ruby/setup-ruby@v1.144.0
with:
working-directory: shared-slides
- name: Check the Ruby syntax
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
with:
path: ${{ matrix.target.folder }}/shared-slides
- name: Setup Ruby
uses: ruby/setup-ruby@v1.143.0
uses: ruby/setup-ruby@v1.144.0
with:
working-directory: ${{ matrix.target.folder }}/shared-slides
- name: Run tests
Expand Down

0 comments on commit 08a93d1

Please sign in to comment.