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 a583ebf commit 6ed5fb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,10 +25,10 @@ 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'
ruby-version: '3.3'
- name: Install basic requirements
run: |
# Need this library for nokogiri
Expand Down

0 comments on commit 6ed5fb9

Please sign in to comment.