Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/asdf-vm/actions-3
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop authored Sep 15, 2024
2 parents 0920663 + 3825c5b commit ddaaa57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: asdf_install
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
uses: actions/checkout@v2.0.0
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: "setup ruby"
Expand Down

0 comments on commit ddaaa57

Please sign in to comment.