.github/workflows/rake.yml in glogin-0.8.0 vs .github/workflows/rake.yml in glogin-0.9.0
- old
+ new
@@ -14,10 +14,10 @@
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.7]
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: bundle update
- run: bundle exec rake