Skip to content

Commit

Permalink
Bump versions of Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 22, 2024
1 parent 09d61d4 commit 2282bc6
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 2282bc6

Please sign in to comment.