Skip to content

Commit 0bed89b

Browse files
committed
Bump workflow actions versions
1 parent 29c9209 commit 0bed89b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_and_build.yml

+3-3
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,7 +25,7 @@ jobs:
2525
check_lesson_and_build:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v4
2929
- uses: actions/setup-ruby@v1
3030
with:
3131
ruby-version: '2.7'

0 commit comments

Comments
 (0)