Skip to content

Commit

Permalink
Bump workflow actions versions
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/test_and_build.yml
  • Loading branch information
s-sajid-ali committed Sep 10, 2024
1 parent 29c9209 commit 18772c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,8 +25,8 @@ jobs:
check_lesson_and_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Install basic requirements
Expand Down

0 comments on commit 18772c5

Please sign in to comment.