Skip to content

Commit

Permalink
Fixes for CI Jobs (#998)
Browse files Browse the repository at this point in the history
* bump ci versions to make the lords of progress happy

* show me the cache
  • Loading branch information
orangewolf authored Dec 18, 2024
1 parent 20fcdaa commit 46bb6d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
- uses: actions/checkout@v2

- name: Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v4.2.0
with:
path: vendor/bundle
key: 2.7.2
key: 3.2

- name: Setup Ruby
uses: ruby/setup-ruby@v1.159.0
uses: ruby/setup-ruby@v1.204.0
with:
ruby-version: 2.7.2
ruby-version: 3.2

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- uses: actions/checkout@v2

- name: Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v4.2.0
with:
path: vendor/bundle
key: ${{ matrix.ruby }}

- name: Setup Ruby
uses: ruby/setup-ruby@v1.159.0
uses: ruby/setup-ruby@v1.204.0
with:
ruby-version: ${{ matrix.ruby }}

Expand Down

0 comments on commit 46bb6d2

Please sign in to comment.