Skip to content

Commit

Permalink
Merge pull request #7 from panpuchkov/feat/cicd
Browse files Browse the repository at this point in the history
chore: update actions/checkout@v4
  • Loading branch information
panpuchkov authored May 7, 2024
2 parents 3890205 + aeca4f1 commit 357d7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -46,7 +46,7 @@ jobs:
needs: unittests
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 357d7c3

Please sign in to comment.