Skip to content

Commit 18e9444

Browse files
Try to fix Check resource URLs action
1 parent 8b10cfb commit 18e9444

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/check_resources_url.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- name: Set up Ruby 2.6
12-
uses: actions/setup-ruby@v1
10+
- uses: actions/checkout@v3
11+
- uses: ruby/setup-ruby@v1
1312
with:
14-
ruby-version: 2.6.x
15-
- name: Checks
16-
run: |
13+
ruby-version: '3.0' # Not needed with a .ruby-version file
14+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
15+
- run: |
1716
gem install awesome_bot
1817
awesome_bot docs/resources.md --allow-redirect

0 commit comments

Comments
 (0)