Skip to content

Commit

Permalink
Use a fixed ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
simpsonjulian committed Jan 5, 2025
1 parent 31621bb commit 2b69f8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.5'
bundler-cache: true
- uses: actions/upload-artifact@v4
with:
name: report-${{ matrix.os }}
Expand Down

0 comments on commit 2b69f8e

Please sign in to comment.