diff options
| author | Grant Slater <[email protected]> | 2022-04-24 16:48:49 +0100 |
|---|---|---|
| committer | Grant Slater <[email protected]> | 2022-04-24 16:48:49 +0100 |
| commit | 3a1c7339cd54cc03233c2337e95403260992738f (patch) | |
| tree | f1d7c94c2b38be8ffed4a30fa3b7ca016f5e1ff6 /.github/workflows | |
| parent | 55a5fd59d7263289f5c26d52ab206ed571cc1e0c (diff) | |
Replace actions/setup-ruby with replacement ruby/setup-ruby
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_arm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 177f1076e..fc5eec1df 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Ruby - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' |
