Skip to content

Commit

Permalink
Update ruby and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauser committed Apr 14, 2024
1 parent f64f1a6 commit 146c75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
awesome_bot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.3'
- name: Install awesome_bot
run: gem install awesome_bot
- name: Load allow list to an env var to call in the next step
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Deploy awesome list
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand Down

0 comments on commit 146c75e

Please sign in to comment.