We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a583ebf commit 6ed5fb9Copy full SHA for 6ed5fb9
.github/workflows/test_and_build.yml
@@ -10,9 +10,9 @@ jobs:
10
spellcheck:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- name: Set up Python
15
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
16
with:
17
python-version: 3.7
18
- name: Install codespell
@@ -25,10 +25,10 @@ jobs:
25
check_lesson_and_build:
26
27
28
29
- - uses: actions/setup-ruby@v1
+ - uses: ruby/setup-ruby@v1
30
31
- ruby-version: '2.7'
+ ruby-version: '3.3'
32
- name: Install basic requirements
33
run: |
34
# Need this library for nokogiri
0 commit comments