Skip to content

Commit

Permalink
Merge pull request #115 from leandrolanzieri/pr/github_actions/fix_bu…
Browse files Browse the repository at this point in the history
…ndler

Actions/deployment: specify bundler version
  • Loading branch information
MrKevinWeiss authored Jan 24, 2024
2 parents 88a1019 + 2630743 commit cb1b82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Environment.
run: |
gem install jekyll -v 4.2.2
gem install bundler
gem install bundler -v 2.4.22
bundle install
- name: Update RIOT data
Expand Down

0 comments on commit cb1b82f

Please sign in to comment.