build(deps): bump the dependencies group with 1 update (#29)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
This commit is contained in:
dependabot[bot]
2023-12-25 22:31:30 +01:00
committed by GitHub
parent dbd1cbdf50
commit 332172c7f4
2 changed files with 12 additions and 5 deletions

View File

@@ -13,9 +13,10 @@ jobs:
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
# Full git history is needed to get a proper list
# of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
@@ -24,4 +25,3 @@ jobs:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: v1.x
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}