Skip to content

Bump faraday from 2.12.1 to 2.12.2 #84

Bump faraday from 2.12.1 to 2.12.2

Bump faraday from 2.12.1 to 2.12.2 #84

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.6
bundler-cache: true
- name: Run tests
run: bundle exec rake