Skip to content

Commit

Permalink
Update github checkout version from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Feb 28, 2024
1 parent 13b94e6 commit 952dcfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -25,7 +25,7 @@ jobs:
check-urls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
needs: [check-submodules]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 952dcfb

Please sign in to comment.