Skip to content

Commit 6ed5fb9

Browse files
committed
Bump workflow actions versions
modified: .github/workflows/test_and_build.yml
1 parent a583ebf commit 6ed5fb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test_and_build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
spellcheck:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Set up Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: 3.7
1818
- name: Install codespell
@@ -25,10 +25,10 @@ jobs:
2525
check_lesson_and_build:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v2
29-
- uses: actions/setup-ruby@v1
28+
- uses: actions/checkout@v4
29+
- uses: ruby/setup-ruby@v1
3030
with:
31-
ruby-version: '2.7'
31+
ruby-version: '3.3'
3232
- name: Install basic requirements
3333
run: |
3434
# Need this library for nokogiri

0 commit comments

Comments
 (0)