Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Nov 20, 2023
1 parent b655647 commit 86d2ef9
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@v3
uses: actions/checkout@v4
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@v3.0.0
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "setup ruby"
Expand Down

0 comments on commit 86d2ef9

Please sign in to comment.