Skip to content

Commit

Permalink
Merge pull request #219 from Mangopay/bugfix/github-actions-pipeline
Browse files Browse the repository at this point in the history
CD config fix
  • Loading branch information
iulian03 authored May 18, 2023
2 parents 7ab3fe8 + c28d928 commit 424e641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10

Expand Down

0 comments on commit 424e641

Please sign in to comment.