Skip to content

Commit

Permalink
Bump workflow actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sajid-ali committed Sep 10, 2024
1 parent 29c9209 commit 0bed89b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Install codespell
Expand All @@ -25,7 +25,7 @@ jobs:
check_lesson_and_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
Expand Down

0 comments on commit 0bed89b

Please sign in to comment.