Skip to content

Commit

Permalink
Stop using deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
akomakom committed Nov 28, 2023
1 parent 3574e80 commit 0e7106c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/checklinks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7.x
uses: ruby/setup-ruby@v1
- name: Setup Rubygems, Bundler, jekyll
run: |
gem update --system --no-document
Expand Down

0 comments on commit 0e7106c

Please sign in to comment.