try github
This commit is contained in:
parent
067f390a5f
commit
72862a8d19
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ jobs:
|
|||
container: ruby:3.3.4
|
||||
name: Text
|
||||
steps:
|
||||
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
|
||||
- uses: github.com/ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
|
||||
with:
|
||||
ruby-version: '3.3.4' # Not needed with a .ruby-version file
|
||||
- name: Cache repository
|
||||
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
path: repository
|
||||
key: ${{ runner.os }}-repository-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-repository-
|
||||
${{ runner.os }}-repository-
|
||||
- name: Cache bundle
|
||||
uses: actions/cache@v4
|
||||
id: cache-bundle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue