Skip to content

Commit

Permalink
Merge pull request #332 from zendesk/update_workflows_in_gems
Browse files Browse the repository at this point in the history
Bump versions of Github actions
  • Loading branch information
razumau authored Mar 22, 2024
2 parents 09d61d4 + 2282bc6 commit a99b759
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: zendesk/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: zendesk/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
Expand All @@ -66,9 +66,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: zendesk/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: zendesk/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
Expand Down

0 comments on commit a99b759

Please sign in to comment.