Skip to content

Commit

Permalink
Merge pull request #87 from hackariens/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin authored Sep 5, 2023
2 parents d1c2cc7 + e3fd5c3 commit 9c81488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Repository lampy
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
ref: 'v2.0'
Expand Down

0 comments on commit 9c81488

Please sign in to comment.