Skip to content

Commit

Permalink
Merge pull request #72 from dafyddcrosby/remove_ruby_26
Browse files Browse the repository at this point in the history
[github CI] Use actions/checkout@v4
  • Loading branch information
isahekmat authored Jun 20, 2024
2 parents cb7306d + cc49654 commit 1a2b5a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -32,7 +32,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# - name: Run Rubocop Linter
# uses: andrewmcodes/[email protected]
# env:
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Lint Markdown
uses: actionshub/[email protected]
- name: Check links
Expand Down

0 comments on commit 1a2b5a3

Please sign in to comment.