Skip to content

Commit

Permalink
[github] Use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddcrosby committed Jun 18, 2024
1 parent cb7306d commit cc49654
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/rubocop-linter-action@v3.2.0
# 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/markdownlint@1.2.0
- name: Check links
Expand Down

0 comments on commit cc49654

Please sign in to comment.