Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#145)
Browse files Browse the repository at this point in the history
Pull request: #145
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent f37cbab commit 7ee9307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
continue-on-error: ${{ matrix.os == 'windows-latest' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
concurrency: publish-${{ github.sha }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 7ee9307

Please sign in to comment.