Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent b3d0e3f commit 07ae77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Unit Tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
with:
commands: |
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
echo sonarCmd=${sonarCmd} >> $GITHUB_OUTPUT
# SonarCloud uses shallow clone (fetch-depth=0), which is a bit slower/heavier
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: steps.inputs.outputs.shallowClone
repository: ${{ inputs.repository }}
Expand Down Expand Up @@ -114,4 +114,4 @@ runs:

# Fix - Clone for action.yml and other verifications
- name: Checkout Action repo to pass tests
uses: actions/checkout@v3
uses: actions/checkout@v4

0 comments on commit 07ae77a

Please sign in to comment.