Skip to content

Commit

Permalink
Merge #506
Browse files Browse the repository at this point in the history
506: Replace deprecated action r=brunoocasali a=brunoocasali

Replace deprecated Github action

Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
  • Loading branch information
meili-bors[bot] and brunoocasali committed Dec 11, 2023
2 parents 9e483ef + a633605 commit b10e797
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
jobs:
build:
name: Build + Publish
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: '2.7'
- name: Check release validity
run: sh .github/scripts/check-release.sh
- name: Publish to RubyGems
Expand Down

0 comments on commit b10e797

Please sign in to comment.