Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent c851a04 commit b389fce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
triggers: ('.')
triggers_event: ('push')
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 @@ -53,7 +53,7 @@ runs:
using: composite
steps:
# Shallow clone is faster, but SonarCloud requires a full clone
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
repository: ${{ inputs.repository }}
Expand Down Expand Up @@ -181,4 +181,4 @@ runs:
# Fix - Clone for action.yml and other verifications
- name: Checkout Action repo to pass tests
if: always() && inputs.repository != github.repository
uses: actions/checkout@v3
uses: actions/checkout@v4

0 comments on commit b389fce

Please sign in to comment.